if(conditionMet)
goto.frame(100);
Type thing?
Thanks
if(conditionMet)
goto.frame(100);
Type thing?
Thanks
You can’t “GoTo frames” in C# or Java.
C#: GoTo
Java: GoTo is reserved but is finally not existing
Something to read about GoTo
If you was talking about Animation frames then give this a try -Link-
I realise the syntax “goto” is old school.
Regards your link I had read that but that was authored in 2011 - is the syntax really still the same for mecanim? I sort of ruled that out straight away due to its vintage.