Wednesday, 29 March 2023

Intellisense

Intellisense (auto code)

We go to:

EDIT-PREFERENCES-EXTERNAL TOOLS

Select «Visual Studio».

IN «Generate csproj files», check everything

 


Variables between scripts

 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-...