._.
❔ Weird Timing of Functions
I have a question, I am making a game and im having a problem with my Third Person models. Each player saves a json and then loads the info, takes the ints and spawns the correct gameobject from a list i created. This works on the Host to spawn its own third person model (Which is hidden only to itself), but the host cannot see the client's. The client spawns its own and can see the host's so im not sure what the problem is.
The aim is to make the client's Cosmetics show on the host player.
I know that the Host does spawn cosmetics for the other player, but the number item it spawns is always 0, which is the default empty, and i dont know why
my code is https://pastebin.com/YjcNufgL
If other scripts are needed just @ me
5 replies
❔ Array Question (solved)
I have a question. I cant tell if I'm being stupid, but I want to use an array like for example
private float[] array = null;
and then I set the objects inside of it later, but I want to remove an item from it. I don't want to use a list because I need to be able to access specific objects for example
array[0]
Any Help is appreciated :)
8 replies