Mechabit
Mechabit
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
when you leave the room yes
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
I don't think so, unity.destroy doesn't destroy the model
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
my avatar realtime is persistent and my scene realtime is not
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
I have sperate avatar and scene realtimes so when I change scenes it disconnects from the scene realtime
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
depending on the lifetime flags
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
if you're persisting the scene realtime then probably not
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
this is normal behaviour then cos you can't destroy a scene view, try a prefab view instead
18 replies
NNormal
Created by jos_valentin on 5/7/2025 in #🤝ask-a-question
Model stays on datastore after destroying object view
are you talking about a scene view or a prefab view?
18 replies
NNormal
Created by Overay-seongmin on 3/12/2025 in #🤝ask-a-question
How to control Voice Volume?
you can try linear drop off instead of exponential or set a higher min distance or just set it to 2D audio for no drop off
14 replies
NNormal
Created by khoi on 5/1/2025 in #🤝ask-a-question
Room name is ""?
check it again after next frame
31 replies
NNormal
Created by khoi on 5/1/2025 in #🤝ask-a-question
Room name is ""?
probably a timing issue
31 replies
NNormal
Created by Harper on 1/8/2025 in #🤝ask-a-question
What's going on with offline mode?
normcore should really make you disconnect first to avoid this
56 replies
NNormal
Created by Harper on 1/8/2025 in #🤝ask-a-question
What's going on with offline mode?
did you disconnect from the offline room first?
56 replies
NNormal
Created by DC on 1/16/2025 in #🤝ask-a-question
is there a way to count the connections to the room without using the Avatar Manager
you can't rely on the leaving player to update the player count anyway, more robust to use a heartbeat timestamp and the remaining players can update the live player count if you need quicker response time.
13 replies
NNormal
Created by paradox on 4/29/2025 in #🤝ask-a-question
Maintaining PlayerID upon scene switching (i.e Player 1 stays Player 1)
or you can store the player number in a static variable or other persistent data and sync it in a model instead of the client id
14 replies
NNormal
Created by paradox on 4/29/2025 in #🤝ask-a-question
Maintaining PlayerID upon scene switching (i.e Player 1 stays Player 1)
the avatar realtime persists between scenes as does the avatars
14 replies
NNormal
Created by paradox on 4/29/2025 in #🤝ask-a-question
Maintaining PlayerID upon scene switching (i.e Player 1 stays Player 1)
you can use 2 realtimes in your scene, 1 for avatars and one for scene models, which is what I do
14 replies