vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
461 stars 50 forks source link

When updating SDK, differences occur in Assets/UdonSharp/UtilityScripts #159

Open esperecyan opened 3 months ago

esperecyan commented 3 months ago

Describe the bug in detail: When I update VRChat SDK - Worlds, Assets/UdonSharp will be removed, which will cause a difference in the files generated to this folder.

Provide steps/code to reproduce the bug:

  1. Create new Worlds 3.5.2 project by Creator Companion 2.2.5.
  2. Open the project.
  3. Close the project.
  4. Make Backup the project.
  5. Delete Assets/UdonSharp.
  6. Open the project.
  7. Compare the backed-up project with the current project.
  8. There is a difference between the Assets folder of the backed-up project and the current project.

Expected behavior: No difference between the Assets folder of the backed-up project and the current project.

Additional Information: Is it possible not generating files to the Assets folder in the first place?