Placing GameObjects in NPC

From Graal Bible
Revision as of 14:28, 13 June 2021 by JimmyAkl (talk | contribs) (Created page with "Another way to make GameObjects visible to all the Players is placing it in an NPC. However, placing many NPCs may be heavy on the server, so be aware of that whenever you're...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Another way to make GameObjects visible to all the Players is placing it in an NPC. However, placing many NPCs may be heavy on the server, so be aware of that whenever you're placing GameObjects in NPCs.

Start off by creating the NPC the normal way; by creating a new class. Inside that class you load the AssetBundle in ClientSide