-
-
Notifications
You must be signed in to change notification settings - Fork 100
Description
A number of errors frequently appear in the console (e.g. every time the asset database is refreshed).
These errors relate to the readme and license files associated with this GitHub package and state that there are no meta files attached to them, although none should be expected.
The errors can be cleared and do not impact execution of the game, but are distracting and imply problems in the game code and should not appear.
Unity version: 2020.3.30f1
Meta file setting: Visible Meta Files
Errors:
Asset Packages/com.prenominal.realtimecsg/Icons.zip has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/LICENSE.md has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/README.md has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme/Images has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme/Images/house_view.png has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Icons.zip has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/LICENSE.md has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/README.md has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme/Images has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.prenominal.realtimecsg/Readme/Images/house_view.png has no meta file, but it's in an immutable folder. The asset will be ignored.
Repro steps:
- Create an empty project or open an existing project using the Unity version stated above.
- Open the Package Manager window.
- Click the "+" icon to add a package.
- Select "Add package from git URL".
- Paste the following URL and click Add: https://github.com/LogicalError/realtime-CSG-for-unity.git
- Note the errors that appear in the console when the package finishes installing.
- Note the same errors appearing often throughout regular use of the editor, sometimes if assets are reimported or the editor is restarted.