Normal

N

Normal

Join the community to ask questions about Normal and get answers from other members.

Join

🤝ask-a-question

đź’Ľjobs-and-opportunities

đź’ľsample-code

🥂project-showcase

đź’­feature-request

✨normcore

đź’¬chat

đźš§wip-and-updates

when avatars are created do they have ownership of the child views as well

when an avatar is created are the child views also owned , i see that in the demo the avatar thats created has ownership of the origin view and transform and the child views only have ownership of the realtime transforms and not the views , is there a way to set that , would it be better to create a new avatar manager with a new custom model that has a meta model to achieve owner ship of child views when the avatar is created

error when syncing custom int

Failed to set model on component (1:score2 (score2)).

Disable welcome message on startup?

Obviously the bot will not get this. But is there some way to disable the welcome message on editor startup? It happens every time my project boots up, and seems kinda annoying, intentionally try to keep logs / warns / errors minimal and only required. I guess technically the Getting Started tag is fitting for this lol, mainly cause nothing else fits....
No description

Should I update a value in RealtimeDictionary<TValue> every frame?

I need to update a value every frame and I already have the implementation of a RealtimeDictionary. Should/Can I update the vavlues every frame?

realtime.destroy problem

Realtime: Could not find RealtimeViewModel for RealtimeView in the datastore. Unable to destroy RealtimeView. UnityEngine.Debug:LogError (object)...

normcore pricing question

is the 120GB of data per month or forever (for the free plan)

show lobbies

how would i make a system that shows all of the current active games?

realtime.destroy

how do you use realtime.destroy

instantiate at specific coords

how can i instantiate something with Realtime.Instantiate at a specific position

request ownership

i forgot how to request ownership can u please tell me

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....

How to I change the room name in game

I want to make a lobby and then entering a code changes to that room. How would I do this? I cant find a way to change the room name

Unable to build with "Development Build" flag in 2.10.2

We went from 2.9.3 => 2.10.2 and we stopped being able to build with the "Development Build" flag turned on. We get
Library\PackageCache\com.normalvr.normcore@2.10.2\Normal.Realtime.Profiler\RealtimeProfilerCounters.cs(3,23): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'Unity.Profiling' (are you missing an assembly reference?)
Library\PackageCache\com.normalvr.normcore@2.10.2\Normal.Realtime.Profiler\RealtimeProfilerCounters.cs(3,23): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'Unity.Profiling' (are you missing an assembly reference?)
and...

Moving a kinematic body with .MovePosition() sometimes doesn't update the position for all players

I've been experiencing strange results with moving rigidbodies with my own velocity calculation using MovePosition. For the owner of the object everything works fine but sometimes other players can't see the object moving.

RealtimeAvatarVoice not creating AudioOutput component for remote clients sometimes

Occasionally, during a scene transition, clients can no longer hear one or more remote clients. While digging into this, I found that when this happens, the audioOutput component on the avatars of the remote client on the local client do not create an audioOutput. For example, if Ann and Bob are playing and they go through a scene transition, Bob may no longer hear Ann. In this case, Ann has initialized all voice streams correctly. However, Bob's client did not correctly initialize the audioOutput of Ann on his machine. Because of this, Bob can no longer hear Ann. Android Logcat shows the error: ...
No description

'Networking.NetworkSpawnerModel' is missing the class attribute

I'm receiving the following exception after compile: 'Networking.NetworkSpawnerModel' is missing the class attribute 'ExtensionOfNativeClass'! ``` [RealtimeModel]...

RealtimeDictionary events

if a RealtimeDictionary is set directly, will the modelReplaced event fire? For example:
model.floats[(uint)key].value = value;
model.floats[(uint)key].value = value;
...

RealtimeComponent connected

how do I know when a RealtimeComponent is initialized and connected to the network?

are all properties on a model updated at the same time?

if I update multiple properties on a model at the same time on the same frame, will they sync to clients at the same time? for example: ``` [RealtimeModel] public partial class MonaBodyNetworkIdentifierModel...

is it possible to detect when another client joins?

are all clients notified when a user joins a room?