-
-
Notifications
You must be signed in to change notification settings - Fork 845
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
see also: #3495
repro:
- Tanks demo
- drag Tank into scene, name it SceneTank
- add log message:
void Start()
{
Debug.LogWarning($"{name} hasAuthority={hasAuthority} isOwned={isOwned} authority={authority}");
}it works properly for the player's tanks.
for the NPC in the scene, it's always false.
even though server owns it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working