Please enable JavaScript.
Coggle requires JavaScript to display documents.
WhenButtonClicked (Script) (Button Clicked / Event Called (Preset…
WhenButtonClicked (Script)
Button Clicked / Event Called
Preset
LoadScene
Get scene to load.
Trigger loading screen.
Loading screen not set?
Output error to debug log. (NullObjectException)
Load scene.
Debug enabled?
Yes
Output to debug.
No
No scene?
Output error to debug log. (NullSceneException)
TestButton
Debug Enabled?
Yes
Output to debug log.
Trigger UI Sound "Debug"
No
Output error to debug log. (DebugEnabledDebugObjectException)
Custom
Go to custom code.
No code?
Output error to debug log. (NullCodeException)