Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1022 Bytes

readme.md

File metadata and controls

35 lines (26 loc) · 1022 Bytes

Note that VSCode does not require ubuntu root privileges to function with intellisense

#VSCode Install The Extension Name: C# Id: ms-dotnettools.csharp Description: C# for Visual Studio Code (powered by OmniSharp). Version: 1.23.16 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp

#Unity Install the vscode integration package https://assetstore.unity.com/packages/tools/utilities/vscode-45320

Enable the integration through edit -> preference -> vscode -> enable integration Change the vscode path to /snap/bin/vscode

#Terminal sudo apt update sudo apt install mono-complete sudo apt install monodevelop sudo apt install mono-roslyn

In unity find the Assets -> Open C# Project Voila VSCode opens with intellisense working

Isometric Z-Depth Test with Layer Order https://docs.unity.cn/ru/2019.4/Manual/Tilemap-Isometric-CreateIso.html Tilemaps must be set to individual instead of chunking.

Animations https://www.youtube.com/watch?v=rycsXRO6rpI