._.
._.
CC#
Created by ._. on 4/23/2023 in #help
❔ 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
CC#
Created by ._. on 1/5/2023 in #help
❔ 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
CC#
Created by ._. on 10/4/2022 in #help
Question concerning creating args
I have a question, I am trying to create a new arg in a foreach statement. How can i do this. i also want to call the arg the var that comes from the foreach statement
32 replies