Intellisense (auto code)
We go to:
EDIT-PREFERENCES-EXTERNAL TOOLS
Select «Visual Studio».
IN «Generate csproj files», check everything
We go to:
EDIT-PREFERENCES-EXTERNAL TOOLS
Select «Visual Studio».
IN «Generate csproj files», check everything
If we want to access one variable (int data) from an external script, we must do: 1-ORIGINAL ONE.cs public static int data = 0 ; 2-...