Saturday, 1 July 2023

Hola Mundo Unity

 Como hacer un primer programa muy sencillo tipo "Hola Mundo" en Unity:

Hola Mundo

Gracias a ACKOSMIC.com


 

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