Code editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]
I read in the Unity documentation that Visual Studio 2022+ or JetBrains Rider are recommended for working with Roslyn Source Generators, as they provide full support for this feature.
However, I am using Cursor (based on VS Code) and would like to clarify:
What limitations might arise when using Cursor for Unity projects (especially with DOTS and ECS)?
Will the generated code (Source Generators) be displayed and integrated correctly?
I read in the Unity documentation that Visual Studio 2022+ or JetBrains Rider are recommended for working with Roslyn Source Generators, as they provide full support for this feature.
However, I am using Cursor (based on VS Code) and would like to clarify:
Thank you in advance for your response!