Description
The structure of this package is causing errors with my project when installing via UPM because of the package's use of the 'Plugins' directory. It collides with use of the 'Plugins' folder in my project. The following error is produced in the editor console:
GUID [1c6e0549cfa34cb438dc26e26ec0d43c] for asset 'Packages/com.prenominal.realtimecsg/Plugins/Editor' conflicts with: 'Assets/Plugins/Editor' (current owner) We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
There doesn't appear to be a valid reason for using the special folder name 'Plugins' in this project. I'd recommend restructuring the package layout to more closely adhere to the conventions defined in the docs. If script compilation order was the reason for using 'Plugins', assembly definition files should be able resolve the issue.