A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and providing easy access through code or user-friendly inspectors!
MIT License
523
stars
36
forks
source link
Generating a static access file first generates it without a namespace #113
In Unity 2021.3.2f1 if you generate a static access file via a collection asset, it will seemingly first generate it without a namespace, but if you press the Generate Static Access File again it will generate it correctly with the specified namespace.
In Unity
2021.3.2f1
if you generate a static access file via a collection asset, it will seemingly first generate it without a namespace, but if you press the Generate Static Access File again it will generate it correctly with the specified namespace.