当前位置:网站首页>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
边栏推荐
- Idea shortcut summary
- [introduction to flirting with girls on Valentine's day -- 63 lines of code to win]
- 安装CUDA+CUSP环境,并创建第一个HelloWord入门工程
- 24 | adventure and prediction (III): thread pool in CPU
- 免费文件服务器储存技术
- Find the first and last positions of elements in a sorted array
- [log framework] add user-defined parameters to the MDC implementation log
- Tidb certification guide PCTA Pctp
- MySQL summary
- Redis Cluster - the bottom principle of building clusters
猜你喜欢

MySQL Gtid_ Executed and gtid_ Purged modification time

获取类的属性

2022年危险化学品经营单位安全管理人员特种作业证考试题库及模拟考试

Advanced MySQL: how to learn MySQL source code

Redis Cluster - the underlying principle of slot assignment

Redis underlying data structure ----quicklist

25 | adventure and prediction (IV): it's raining today. Will it rain tomorrow?

Redis learning journey master-slave replication

Index invalidation caused by inaccurate MySQL statistics

2022年G3锅炉水处理操作证考试题库模拟考试平台操作
随机推荐
Success logarithm of leetcode spells and potions
2021-10-20
Simple use of logs
Redis master-slave replication - the underlying principle of partial resynchronization
17 | 建立数据通路(上):指令+运算=CPU
2022年G3锅炉水处理操作证考试题库模拟考试平台操作
19 | establish data path (bottom): instruction + operation =cpu
17 | establish data path (upper): instruction + operation =cpu
Shell script Basics
基于paddlepaddle的新冠肺炎识别
[MySQL] online lock free delay free DDL artifact GH OST
MySQL table partitioning
Index invalidation caused by inaccurate MySQL statistics
Data warehouse data processing and data flow
Redis interview questions
How app inventor accesses resource files in assets directory
uniapp 小程序根据权限动态生成 tabbar
Three handshakes and four waves of TCP protocol and why------ One two pandas
【PYTORCH】Expected object of type torch. xxxTensor but found type torch. cuda. xxxTensor(torch0.4.0)
mysql面试题