Voltaia
Voltaia4mo ago

Normcore causing editor errors when I launch Unity

Here's an example of one of the errors:
"Asset Packages/com.normalvr.normcore/Plugins/Mac/RealtimeClient.bundle/Contents has no meta file, but it's in an immutable folder. The asset will be ignored.
All other errors look similar.
Solution:
fwiw you can ignore it. it won’t prevent entering play mode or compilation
Jump to solution
7 Replies
kapa.ai
kapa.ai4mo ago
Hi @Voltaia. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The error you're encountering seems to be related to the Normcore plugin in Unity. It's possible that the plugin was not imported correctly or there might be some conflicts with other assets or plugins in your project. Here are some steps you can take to troubleshoot the issue: 1. Reimport Normcore: Make sure you have the latest version of the Normcore plugin. You can download it here (https://normcore.io/download) after signing up for a Normcore account (https://normcore.io/dashboard/signup). Once you have the plugin, import it into your Unity project. 2. Check for conflicts: If you have recently added or updated other plugins or assets in your project, they might be causing conflicts with Normcore. Try removing them temporarily to see if the errors persist. 3. Upgrade to Normcore 2: If you're currently working with Normcore 1, consider upgrading to Normcore 2. The upgrade process is designed to be clean and requires no changes for most projects. You can find the upgrade guide here (https://normcore.io/documentation/guides/upgrading-from-normcore-1-to-normcore-2). 4. Check your Unity version: Make sure 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. If none of these steps resolve the issue, I recommend reaching out to the Normcore team directly. You can ask questions on their discord (https://normcore.io/discord) or the forum (https://forum.normcore.io/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@276154194606424064> kapa.ai is still learning and improving, please let us know how it did by reacting below
maxweisel
maxweisel4mo ago
You need to update to Unity 2021+ the error is benign and won’t cause any issues, but Unity doesn’t properly ignore the contents of macOS plugins before 2021 I used to throw the meta file in there to silence the warning but in macOS Sonoma and later it breaks the code signature and causes the plugin to fail
Voltaia
Voltaia4mo ago
We are on 2021.3.21 Should I try upgrading to the latest 2021 version?
maxweisel
maxweisel4mo ago
yes snap maybe they fixed it in 2022 I can see folks still having this issue in 2021
Solution
maxweisel
maxweisel4mo ago
fwiw you can ignore it. it won’t prevent entering play mode or compilation
Voltaia
Voltaia4mo ago
Thanks, I'll give an upgrade a try.
More Posts
Is there a way to manually trigger a timeout?Hello, so I noticed a certain bug occurs in my program when normcore timeouts and reconnects. I've bRe-subscribing to delegate events on scene changeHey yall, my app systemetically changes the scene of all clients in a given order. The first time thChecking realtimeTransform.isOwnedLocallySelfIs checking this identical to checking any local bool in a script or does it have to fetch that propSuddenly unable to connect to Normcore serversHey guys, as of yesterday I could connect to the servers using the same app key as I am using now. Arcade Legend | Meta QuestBUILD. PLAY. BOWL. THROW. PARTY. EXPLORE. Build and customize your own arcade while playing officiaIf two players request ownership at the same momentAre there circumstances where it looks momentarily like you could own the item locally but then yourIs there a way to make my own avatar invisible to myself but keep it visible for others?I've tried some to apply so easy stuff that I could think of - turning off rendering, not displayingWhat's the best way to change scenes across all clients?Hi guys! As per the title, my application requires that all users be in a certain room at a certainTrying to update a value reliablyI have a realtime property for example fillpercentage property. Now every client can update that proDoes syncing a rigidbody with realtime transform while kinematic limit the values being synced?If a rigidbody is kinematic does realtime transform truncate the sync variables in any way for effic