Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Support User-Property Declarations and More CodeFixes

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:30
· 25 commits to develop since this release

This release contains the following changes:

  • URA0008: Disable Analyzer on UdonSharp greater than or equals to v0.20.0
  • URA0030: Support CodeFixes
  • URA0031: Support CodeFixes
  • URA0032: Support User-Property Declarations
  • URA0034: Support CodeFixes
  • URA0041: Support CodeFixes
  • URA0042: Support CodeFixes
  • URA0043: Support CodeFixes
  • URA0047: The generic method of GetComponent<T>() is currently broken in Udon for SDK3 Components
  • URA0048: UdonSharp does not currently support C# 7.1 language features
  • URA0049: UdonSharp does not currently support C# 7.2 language features
  • URA0050: UdonSharp does not currently support static user-defined property declarations
  • URA0051: UdonSharp does not currently support initializers on properties
  • Fixed an issue where an incorrect UnityPackage was being generated, reported by azarashi_uni and sh1mc