当前位置:网站首页>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
边栏推荐
- 【深度学习】:《PyTorch入门到项目实战》(十二)卷积神经网络:填充(padding)和步幅(stride)
- MySQL row column conversion (updated version)
- C盘爆满?简单几招教你释放、清理C盘几十G空间,最有效的C盘清理方法
- 免费文件服务器储存技术
- TCP协议的三次握手过程和四次挥手过程以及为什么要这样? ------一二熊猫
- Tidb source code series: immersive compilation of tidb
- EF core execute SQL statement
- 26 | Superscalar和VLIW:如何让CPU的吞吐率超过1
- 【PYTORCH】RuntimeError: torch. cuda. FloatTensor is not enabled.
- First graphical interface
猜你喜欢
【深度学习】:《PyTorch入门到项目实战》(十二)卷积神经网络:填充(padding)和步幅(stride)
疫情之下的远程办公解决方案
Redis Cluster - the underlying principle of slot assignment
[MySQL change master error] slave is not configured or failed to initialize properly
IIS中的网站访问excel
Redis learning journey - transaction
[log4j2 log framework] modify dump log file permissions
Tidb certification guide PCTA Pctp
2022 electrician (elementary) examination questions and simulation examination
24 | adventure and prediction (III): thread pool in CPU
随机推荐
MySQL row column conversion (updated version)
[problem record] taberror: inconsistent use of tabs and spaces in indentation
TCP协议的三次握手过程和四次挥手过程以及为什么要这样? ------一二熊猫
Selenium reports an error deprecationwarning: executable_ path has been deprecated, please pass in a Service object
Redis learning journey master-slave replication
免费文件服务器储存技术
Go 接口实现原理【高阶篇】: type _interface struct
JMeter UDP pressure measurement
18 | 建立数据通路(中):指令+运算=CPU
Advanced MySQL: how to learn MySQL source code
基于paddlepaddle的新冠肺炎识别
21 | 面向流水线的指令设计(下):奔腾4是怎么失败的?
Paper notes: multi label learning bp-mll
Hashtable source code analysis
Find the first and last positions of elements in a sorted array
First graphical interface
Redis Cluster - the underlying principle of slot assignment
思路清晰的软光栅小引擎和四元数结合案例
2022年G3锅炉水处理操作证考试题库模拟考试平台操作
[pytorch] pytorch0.4.0 installation tutorial and GPU configuration collection (including test code)