手册
脚本 API
unity.cn
Version:
1.3
Supported
Legacy
语言 :
中文
English
中文
日本語
한국어
团结引擎 手册
Version: 2022.3
Select a different version
语言 :
中文
English
中文
日本語
한국어
团结引擎 1.3
脚本
设置脚本编写环境
脚本
集成开发环境 (IDE) 支持
设置脚本编写环境
本节提供与设置脚本编写环境相关的一些常见任务的信息。
包括:
Integrated development environment (IDE) support
Use your choice of code editor when working in Unity.
Debugging C# code in Unity
Connect external debuggers to Unity to set breakpoints, and pause to inspect your project’s state.
Unit testing
Run automated tests on your code to ensure it continues to work correctly.
Roslyn analyzers and source generators
Use analyzers to inspect your code for style, quality, and other issues.
脚本
集成开发环境 (IDE) 支持