Ryan Green
Ryan Green2mo ago

Asset Packages/com.normalvr.normcore/Normal.Realtime.Profiler has no meta file

How do I get rid of this exception in editor? "Asset Packages/com.normalvr.normcore/Normal.Realtime.Profiler has no meta file, but it's in an immutable folder. The asset will be ignored."
8 Replies
kapa.ai
kapa.ai2mo ago
Hi @Ryan Green | MONA. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain information on how to resolve the specific issue you're encountering with the Normal.Realtime.Profiler asset in the NormalVR Normcore package. However, generally, this type of error in Unity can occur if there's a mismatch between the asset files and their corresponding .meta files. Unity uses .meta files to store important information about the asset files in your project. If a .meta file is missing, Unity might not be able to correctly interpret the corresponding asset file, leading to errors. You might want to try re-importing the Normcore package to your Unity project. Here's a general guide on how to import a package in Unity from the Normcore documentation: Import Normcore 2 (https://normcore.io/documentation/guides/upgrading-from-normcore-1-to-normcore-2) If the issue persists, I recommend reaching out to the NormalVR support or checking their official documentation for further assistance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@337874773742845953> kapa.ai is still learning and improving, please let us know how it did by reacting below
maxweisel
maxweisel2mo ago
What version of Unity are you on?
Ryan Green
Ryan Green2mo ago
2022.3.23f1 mac silicon i tried deleting just the packagecache, but i'll try deleting the library next
maxweisel
maxweisel2mo ago
I think this is a bug on our end. It shouldn't cause any issues with your game. I'll write it up so we can get a fix out this coming week.
Ryan Green
Ryan Green2mo ago
cool thanks!
Anthony
Anthony2mo ago
I've got the same error this morning after upgrading Normcore, but in my case it causes builds to fail.. I had to roll back to 2.9.5 (2022.3.29)
maxweisel
maxweisel2mo ago
what error do you get on build? I can reproduce this error but it doesn’t stop builds Fixed! https://discord.com/channels/393839515074297858/852911447784947723/1247606880231227513 @Ryan Green | MONA @Anthony