Closed Coomzy closed 1 month ago
Application.IsDebug just returns true
N/A
I expect it to tell me if it's a debug session, for now can it just return IsEditor || IsJoinLocal?
IsEditor || IsJoinLocal
No response
Now it's just returning false? (In editor)
That's because it's not debug
Oh it's for Sandbox itself, not relative to my project?
Yup. Tbh I don't know why we have it public.
Describe the bug
Application.IsDebug just returns true
To Reproduce
N/A
Expected behavior
I expect it to tell me if it's a debug session, for now can it just return
IsEditor || IsJoinLocal
?Media/Files
No response
Additional context
No response