You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug remains, and frankly I haven't a clue what to do about it. Nothing in the script parser stands out. My guess is it has something to do with animation scripts assembling a main() instead of having user defined main(), but tracing through uTunnel's logic is like finding a needle in a stack of needles blindfolded.
Description
Animation scripts fire
oncreate()
event on every frame.Debugging
Reproduce
oncreate()
function with a debug trace (ex:log("\n Hello world!");
).Oncreate()
fires on each frame along withmain()
.Expected behavior
Oncreate()
should only fire during initial creation of script (i.e. spawning entity).Version
Unknown. Anecdotally this bug has existed for several years and may have been present since addition of
oncreate()
.The text was updated successfully, but these errors were encountered: