3.1.8
·
214 commits
to refs/heads/main
since this release
Changelog
Fixed
- Unity 6.3 unsigned package warning: Added
"signature": "unsigned"field to package.json to explicitly mark the package as unsigned for Unity 6.3+. This prevents Unity from showing a warning that the package is missing a signature. The change is backwards compatible with older Unity versions and works with OpenUPM, npm, and git URL installations. - WGroup not working in Unity 6000.x: Fixed WGroup attributes not rendering in Unity 6 by using named parameter syntax for
CustomEditorattribute'seditorForChildClassesparameter. This change is backward compatible with Unity 2022 and earlier versions.
Pull Requests
- Fix formatting (#194) Eli Pinkerton (@wallstop)
- Fix RuntimeInitializeOnLoadMethod for generic singletons in Unity 6.3 (#191) @copilot-swe-agent[bot]
- Fix WNotNull duplicate warnings in Odin Inspector (#192) @copilot-swe-agent[bot]
- Fix WGroup not rendering in Unity 6000.x (#193) @copilot-swe-agent[bot]
Contributors
@Copilot, Dependabot (@dependabot)[bot], @github-actions[bot], Eli Pinkerton (@wallstop), copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]