[Question] Irrespective of whether I have the Development Build checkbox checked or not, I can use the cheat keys (debug keys) to disable collisions. Here is my code:
if (Debug.isDebugBuild) { RespondToDebugKeys (); }
I have only used the settings and have not actually built the project, but I would expect the debug keys to not function when I have the checkbox for Development Build unchecked. Can anyone explain why this is not working?