当前位置:网站首页>Unity exit Editor Mode
Unity exit Editor Mode
2022-06-13 07:53:00 【Shiyuan】
Unity Cancel running in Editor Mode
Determine the current environment through macro definitions
And then operate on it
#if UNITY_EDITOR
UnityEditor.EditorApplication.isPlaying = false;
#else
Application.Quit();
#endif
边栏推荐
- IDS persistence ---rdb
- Logback log framework learning and problems
- [an example of MySQL startup error] innodb: failed to create check sector file, errno:13
- Login registration
- Leetcode 163 Missing interval (June 12, 2022)
- Advanced MySQL: how to learn MySQL source code
- Selenium reports an error deprecationwarning: executable_ path has been deprecated, please pass in a Service object
- MySQL table partitioning
- 24 | 冒险和预测(三):CPU里的“线程池”
- Redis underlying data structure -- listpack
猜你喜欢
【深度学习】:《PyTorch入门到项目实战》(十二)卷积神经网络:填充(padding)和步幅(stride)
23 | 冒险和预测(二):流水线里的接力赛
Precautions for passing parameters with byte array
Selenium reports an error deprecationwarning: executable_ path has been deprecated, please pass in a Service object
26 | Superscalar和VLIW:如何让CPU的吞吐率超过1
Effective Go - The Go Programming Language
Selenium foundation API
MySQL Gtid_ Executed and gtid_ Purged modification time
2022年电工(初级)考题及模拟考试
分布式系统之道:Lamport 逻辑时钟
随机推荐
Tidb certification guide PCTA Pctp
Operation of simulated examination platform for examination question bank of G3 boiler water treatment operation certificate in 2022
Upgrade the project of log4j to log4j2
Redis learning journey -- getting to know redis for the first time
uniapp 小程序根据权限动态生成 tabbar
24 | 冒险和预测(三):CPU里的“线程池”
First graphical interface
Redis master-slave replication - mentality detection mechanism
Index invalidation caused by inaccurate MySQL statistics
A troubleshooting process for database timeout caused by SQL misguided
MySQL source code --table_ cache
Redis underlying data structure ----quicklist
Free file server storage technology
EF core execute SQL statement
关于#etl#的问题:io.trino.jdbc.TrinoDriver
MySQL summary
Awk use
Redis learning journey --redis Conf details
Data disorder occurs when the n-th row of the subcomponent list generated by V-for is deleted
Effective Go - The Go Programming Language