- Home /
Question by
Darkhalo45 · Nov 09, 2017 at 05:54 PM ·
scripting problemmultiplayersingleton
Using Singletons in Multiplayer
I am thinking of converting my game to be Multiplayer. But I need to find a way, where all the player movement and animation scripts know the main player script where all stats are kept of the player. Now I just made that the main player script goes through all the scripts on the player, and set the main player script.
Comment