NormalMark
NNormal
•Created by look on 3/31/2025 in #🤝ask-a-question
Voice chat not working when initializing oculus?
Try using
Core.Initialize()
instead of Core.AsyncInitialize()
9 replies
NNormal
•Created by JQHY on 3/24/2025 in #🤝ask-a-question
Error with RealtimePool on updating to 2.15.1: AsyncInsantiateOperation<> could not be found
In the short-term you can upgrade your Unity version to a newer 2022.3.X version.
Or you can make a local copy of the latest Normcore version and comment out
RealtimePool.cs
(it's an optional component that won't affect core functionality).14 replies
NNormal
•Created by JQHY on 3/24/2025 in #🤝ask-a-question
Error with RealtimePool on updating to 2.15.1: AsyncInsantiateOperation<> could not be found
Hey, thanks for reporting the issue. We have a fix in the works, just adding the finishing touches to it.
We found that it affects Unity versions 2022.3.0f1 through 2022.3.19f1, does your project fall within that range?
14 replies
NNormal
•Created by Niv on 3/3/2025 in #🤝ask-a-question
What is the overhead of RealtimeView components?
Hey Niv,
RealtimeViews do add a small overhead, but we're talking about an extra node to visit when evaluating ownership. And 2-3 bytes per node during serialization. Both of which we've found to be negligible in terms of performance. Views don't run anything in Update() and since Normcore only serializes delta updates, for most games the overhead is not noticeable. In general, I'd say start with the architecture that makes the most sense for you all and then profile in practice later on.
7 replies
NNormal
•Created by RoyNexus on 2/27/2025 in #🤝ask-a-question
Toggle on/off network connectivity
On PC I manually disable the WiFi adapter for testing this scenario
9 replies