I developed a tiny game which just got to the deployment stage on macOs. I am wondering is it possible to hide the navigation bar with the title, close, minimize, fullscreen button on it (highlighted in red in the image). I understand fullscreen mode will automatically hide this bar, but I also want to hide it when it is in window mode.
Thank you sir. I actually solve this problem by creating a .dylib using xcode. Then, I embadded this .dylib into my unity project. Details can be found in this blog https://zhuanlan.zhihu.com/p/536331274 (it’s in Chinese tho).