NormalMark
NormalMark
NNormal
Created by xulipa on 8/23/2024 in #🤝ask-a-question
Prevent ownership toggle
Can you describe your use case, are you trying to change it at runtime through the inspector?
13 replies
NNormal
Created by xulipa on 8/23/2024 in #🤝ask-a-question
Prevent ownership toggle
It only shows for root scene views, it's absent for prefab views
13 replies
NNormal
Created by MasterOX 水 on 8/13/2024 in #🤝ask-a-question
calling the set function every frame
If you don't, then Normcore is smart enough to avoid sending it. By default it only sends if the value actually changed.
8 replies
NNormal
Created by MasterOX 水 on 8/13/2024 in #🤝ask-a-question
calling the set function every frame
Hey, if you specify includeEqualityCheck = false in the [RealtimeProperty(...)] block it will send the property every time it's written. Even if it didn't change.
8 replies
NNormal
Created by hiagor on 7/22/2024 in #🤝ask-a-question
Multiplayer crash on PS5
Hey @hiagor , I'm investigating the project you sent at the moment 👍
5 replies
NNormal
Created by gubebra on 7/8/2024 in #🤝ask-a-question
Call DidChange event when value is the same
Hey, thanks for putting this test project together! We identified the issue and we're working on a fix 👍
35 replies
NNormal
Created by cryptomax on 6/1/2024 in #🤝ask-a-question
DidChange Event not firing
This fixed it in my test project
10 replies
NNormal
Created by cryptomax on 6/1/2024 in #🤝ask-a-question
DidChange Event not firing
The currentModel.int1DidChange += Int1DidChange; line should be at the top of the block because it's subscribing after the change atm
10 replies