hello, i’m just wondering how i will use platform dependent compilation in bolt, what i’m trying to do is move these lines of code to visual scripting using bolt
#if !UNITY_EDITOR && UNITY_WEBGL
WebGLInput.captureAllKeyboardInput = false;
#endif
thanks in advance for all the help.