On layer i've a boolean called "try" value 0. then i say on an actor... when i touch change attribute scene.try to scene.try+1. How can i trace the value of a variable?
You can either use a Display Text Behavior on an Actor, or use the Debugger Behavior. I'm sure a lot of people prefer the Debugger but if it's just for tracing the value while you're still in development mode, it really boils down to your personal preference
Comments