Platform dependent compilation


网址:Platform dependent compilation

Global custom #defines

As an example, if you include the single line -define:UNITY_DEBUG in your mcs.rsp file, the #define directive UNITY_DEBUG exists as a global #define for C# scripts, except for Editor scripts.
Every time you make changes to .rsp files, you need to recompile in order for them to be effective. You can do this by updating or reimporting a single script (.js or .cs) file.


坚持原创技术分享,您的支持将鼓励我继续创作!
0%