juanje89
juanje892mo ago

Cannot build after upgrading to Normcore 2.10.2

Hi, Today I upgradet Normcore from 2.9.5 to 2.10.2, but, after upgrading, I get the following error in the Unity console: Asset Packages/com.normalvr.normcore/Normal.Realtime.Profiler has no meta file, but it's in an immutable folder. The asset will be ignored. The error appears every now and then, even after restarting Unity, and I cannot built to my device anymore. I'm attaching the editor log to see if it helps. Thanks!
5 Replies
kapa.ai
kapa.ai2mo ago
Hi @juanje89. 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. However, I can guide you through some general steps that might help resolve your issue. Firstly, ensure that your project is compiling without any errors and you're on Unity 2019.1 or above. If you have any errors in your project, the upgrade will not work. Also, make sure you have created a backup before starting the upgrade process. The upgrade process from Normcore 1 to Normcore 2 involves several steps: 1. Import Normcore 2: Download the latest Normcore 2 unitypackage and import it into Unity. Do not delete any Normcore 1 files before doing this step, otherwise your project will have compilation errors before Normcore 2 is imported. 2. Delete Normcore 1: Open up the Normal folder and delete the Realtime folder. You can leave all other folders alone. 3. Restart Unity + Perform Migration: Restarting Unity will reset any files that Unity altered in the Normcore 2 package. Once Unity reopens, you'll see the Normcore Migration window. Click the Migrate button. This will update any references to components that were moved around in Normcore 2. It will also recompile all of your RealtimeModels so they use the new RealtimeModel base class. If you've followed these steps and are still facing issues, I recommend reaching out to the Normcore team directly for support. They have a discord (https://normcore.io/discord) where you can ask questions and get help. Source (https://normcore.io/documentation/guides/upgrading-from-normcore-1-to-normcore-2) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@759006240646103041> kapa.ai is still learning and improving, please let us know how it did by reacting below
maxweisel
maxweisel2mo ago
juanje89
juanje892mo ago
Great, just updated the package and works!! Thanks!!!
maxweisel
maxweisel2mo ago
glad to hear it