#Varible In unity event-inspector
1 messages · Page 1 of 1 (latest)
i think its because enabled is not a simple variable but a property
property are basically functions that expose / set the variable behind them
public bool beingCointrolled { get; set; }
Oh, I didn't realise I had to make it a property
that makes sense now why it was only 'half' the time
that is what i assume , need to test that real quick 🙂