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

Walkie Talkie VOIP

Is it possible to manipulate the voip system in some way to allow for the existence of Proximity Chat, Squad Radios, and Squad Commander Radios all in unison?

How to ignore other clients?

Hello! I want to ask something. Im currently building an anticheat system. if other players looks like cheating, i want to ignore that player. anyway... how can i 'ignore' that client and stop recieving any message(health info, realtime transform, realtime view,playername,etc)? is "Destroy(cheatingClient.gameObject)" enough to stop recieving any message from that player? i didn't want to use "Realtime.Destroy(cheatingClient.gameObject)", cuz hackers can use that for banning other players Thanks...

Get all clients id on a room

how do i get all the clients id on a room without any avatarmanager? idk why kappa.ai can't give the correct code.

What is the max amount of properties a model can have?

I have to sync customizable characters in my app and this requires to sync about 21 string properties for colors and mesh variant names and texture urls.

Error trying to import Normcore for MagicLeap 2

I get this error trying to import normcore for my Magic Leap 2 Project.
No description

Force Event firing

What property do we set to force event firing if the model is updated but not changed?

Creating a common element that moves

Hi, how could I create a "common" element for every client that gets connected? For example, I want a gameobject that moves from position A to position B (and so forth) and, every client that connects, sees the gameobject moving in sync.

Avatar sound

How can I turn down the volume of an avatar and implement it with an slider to do so.

Restricted Network -> What permissions?

Hello! We've gotten our company network revamped and now its even more restrictive than before, yay! So currently we cannot use Normcore, as the requests to the normcore-matcher are being denied. ...

Leaderboard

How can I implement a leaderboard ?

Best way for syncing data "generically" in Normcore?

I have a strange use case where I basically want to reuse the same model type but allow different types of data. The best way I can think of off the top of my head is via byte[], however I'm unsure if this is ideal and additionally I'm curious what methods you guys may be using to quickly covert to and from a byte array?

Is there a way to favor the person who takes ownership first?

People intentionally increase latency via VPN for an advantage. We want to have the first person who requests ownership first take ownership...

Download Old Version

How can I download Normcore 2.3.0-rc2? You can only download the latest release.

Avatars

How to get the avatar indexes that are still available in the game

Are noise suppression & echo cancellation features just available for Normcore Private Tier?

Are noise suppression & echo cancellation features just available for Normcore Private Tier?

'RealtimeComponent has been replaced with RealtimeComponent<TModel>. Please upgrade

If i 'm getting this message on a script what features am I missing particularly on the mode?

Avatars

How to make the remote avatars rotate to the opposite way of the local player avatar?

Is it possible to network synced variables such as Lists or Dictionaries with Normcore?

I was wondering if it was possible to sync Lists or Dictionaries as a DataModel?
Next