Hello Unity Community,
I asked me how to make a javascript where i can enter a number to a input field and it make slots where i can add gameobjects to enable. This is my script:
#pragma strict
var WillBeEnabled : GameObject;
function start () {
WillBeEnabled.SetActive(true);
}
↧