Mechabit
Mechabit
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
AI making shit up lol
11 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
could be it's only not visible in the headset
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
also look in the editor while it's playing to see if the trail mesh is there
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
I'd check it's the same prefab being used
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
normcore wont turn off a trail renderer and it emits based on position so it doesn't need anything special to work
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
and it's got the emitting box ticked?
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
and you see that object move when the player moves?
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
lets see the avatar prefab
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
replace with trailRenderer.startColor = model.color;
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
and where it says
private void UpdateMeshRendererColor() {
// Get the color from the model and set it on the mesh renderer.
_meshRenderer.material.color = model.color;
}
private void UpdateMeshRendererColor() {
// Get the color from the model and set it on the mesh renderer.
_meshRenderer.material.color = model.color;
}
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
20 replies
NNormal
Created by Alix Ollivier on 1/13/2025 in #🤝ask-a-question
How can I sync a trail renderer?
that's overly complicated, just sync a color property and set the avatar trail color when the model changes
20 replies
NNormal
Created by Mikameel on 1/12/2025 in #🤝ask-a-question
Handeling userID
if you're calculating the average score from all players you don't even need a realtime set for that, just do it locally on each device
14 replies
NNormal
Created by Mikameel on 1/12/2025 in #🤝ask-a-question
Handeling userID
if you're not using the avatar manager you can copy how it works
14 replies
NNormal
Created by Mikameel on 1/12/2025 in #🤝ask-a-question
Handeling userID
the avatar manager shows all connected players
14 replies
NNormal
Created by Mikameel on 1/12/2025 in #🤝ask-a-question
Handeling userID
If you're going to use clientID as a player identifier know that if someone disconnects and rejoins they might not necessarily get the same client ID or a new player might get an old clientID with a score attached. The alternative would be something like steam id or oculus id
14 replies
NNormal
Created by DC on 1/11/2025 in #🤝ask-a-question
Using RealtimeArray for reliable, ordered messages
the bot did a mistake, just rename MessageModel.cs
8 replies