Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Missing meta file' errors for readme files #356

Closed
CrowbarSka opened this issue Apr 27, 2022 · 3 comments · Fixed by #349
Closed

'Missing meta file' errors for readme files #356

CrowbarSka opened this issue Apr 27, 2022 · 3 comments · Fixed by #349
Assignees

Comments

@CrowbarSka
Copy link

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:

  1. Create an empty project or open an existing project using the Unity version stated above.
  2. Open the Package Manager window.
  3. Click the "+" icon to add a package.
  4. Select "Add package from git URL".
  5. Paste the following URL and click Add: https://github.com/LogicalError/realtime-CSG-for-unity.git
  6. Note the errors that appear in the console when the package finishes installing.
  7. Note the same errors appearing often throughout regular use of the editor, sometimes if assets are reimported or the editor is restarted.
@nukeandbeans
Copy link
Collaborator

I have a fix for this in the pipe. It'll be included in #349.
For now, to fix this:

  1. Pull a copy of RealtimeCSG into an empty project (Assets, not as a package)
  2. Let unity import
  3. Copy the .meta files for the files missing, and then copy them to the plugins folder of the project you wanted RealtimeCSG to be a package

@Janooba
Copy link
Contributor

Janooba commented Jun 13, 2022

Confirmed fixed in #349 using 2019.4.31f1 and 2020.3.35f1

@CrowbarSka
Copy link
Author

Great! Thanks for the fix. I'll give it a go when I'm back on my other project.

Zallist pushed a commit to Zallist/realtime-CSG-for-unity that referenced this issue Sep 23, 2022
…d Window.png to use proper transparency and shininess
FriskTheFallenHuman pushed a commit to FriskTheFallenHuman/RealtimeCSG that referenced this issue Jan 30, 2023
Co-authored-by: Zallist <Zallist@gmail.com>
Co-authored-by: Gawi <95928592+Gawidev@users.noreply.github.com>

* Update Window.mat and Window.png to support proper transparency and specularity.
* Fixes LogicalError#323
* Fixes LogicalError#355
* Fixes LogicalError#350
* Fixes LogicalError#319
* Fixes LogicalError#320
* Fixes LogicalError#354
* Fixes LogicalError#356
* Fixes LogicalError#365
* Fixes LogicalError#366
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants