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
***Check Variables** - Variable only for checking, do not adjust the value of the variables, but you can use to check to see the effect during runtime.
4
-
***Initialize Variables** - Variable only being use in game initialize time, set these kind of variable before hitting play button in order to get the result.
5
-
***Runtime Variables** - Variable will work on both initialize time and runtime, you can adjust the variable during runtime and see the effect.
6
-
***Helper Variables** - Variable only happens in developer mode, so it won't exist in the final build. Usually the helper tool in for level designer.
3
+
-**Check Variables** - Variable only for checking, do not adjust the value of the variables, but you can use to check to see the effect during runtime.
4
+
-**Initialize Variables** - Variable only being use in game initialize time, set these kind of variable before hitting play button in order to get the result.
5
+
-**Runtime Variables** - Variable will work on both initialize time and runtime, you can adjust the variable during runtime and see the effect.
6
+
-**Helper Variables** - Variable only happens in developer mode, so it won't exist in the final build. Usually the helper tool in for level designer.
0 commit comments