- HoloLens Beginner's Guide
- Jason Odom
- 97字
- 2021-07-02 23:35:13
Visual Studio tools for Unity
This collection of tools adds IntelliSense and debugging features to Visual Studio; if you use Visual Studio and Unity, these are a must have:
- IntelliSense: An intelligent code completion tool for Microsoft Visual Studio. This is designed to speed up many processes when writing code. The version that comes with Visual Studios tools for Unity has Unity-specific updates.
- Debugging: Before this extension existed, debugging Unity apps proved to be a little tedious. With this tool, we can now debug Unity applications inside Visual Studio, thus speeding the bug squashing process considerably.
推薦閱讀
- Advanced Quantitative Finance with C++
- Linux C/C++服務器開發實踐
- PyTorch自動駕駛視覺感知算法實戰
- Python從入門到精通(精粹版)
- 云原生Spring實戰
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Selenium Testing Tools Cookbook(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 編程菜鳥學Python數據分析
- Java Fundamentals
- Spring+Spring MVC+MyBatis從零開始學
- 代碼閱讀
- 快樂編程:青少年思維訓練
- Building Microservices with Go
- Django 3 Web Development Cookbook