Hi everyone,
I'm converting some csharp code from a unity project to godot, the code uses the unsafe and fixed keywords, when I try to run it, it says "Unsafe code may only appear if compiling with /unsafe"
I guess there's an option somewhere in the project settings to allow unsafe code but I can't find it and googling hasn't provided much help, anybody know how I can do this?
Thanks!