Unity开发资源链接

  1. 代码管理工具 sourceTree
  2. lua for windows https://github.com/rjpcomputing/luaforwindows/releases
  3. lua visual studio code 环境搭建
  4. lua 5.3 开发参考手册
  5. visual studio 帮助文档
  6. https://github.com/MicrosoftDocs/vs-tutorial-samples 官方demo
  7. pure c# ,C#Light
  8. c# 文件后缀名 https://www.cnblogs.com/DemiGoo/articles/12996745.html
  9. c# 开发文档 https://learn.microsoft.com/zhcn/dotnet/csharp/fundamentals/types/namespaces
  10. Unity 帮助文档 https://docs.unity.cn/cn/current/Manual/index.html
  11. https://www.zhihu.com/question/301036964 c#源码、
  12. 知乎专栏
  13. unityhub 激活
    https://blog.csdn.net/qq_29412103/article/details/92007821
    D:\Unity2021_Windows_133_artifacts\WindowsEditor\x64\Release\Unity.exe -batchmode -createManualActivationFile -logfile

toLua demo 热更框架 . c#与Lua进行交互
15. visualstudio Code 官网 https://code.visualstudio.com/Docs

16.emmyLua debug 调试工具 https://www.cnblogs.com/sailJs/p/16435038.html

你可能感兴趣的:(unity,游戏引擎)