UHHH I guess I knew ahead of time that there was no way to create this game without coding :evil: I’m making a game for physics class and it’s basically going to be Jimmy Neutron running around this map I made and jumping off buildings of different heights while going at different velocities. Jimmy’s life is essentially in the player’s hand as they decide which buildings are safe to jump off of (landing in a pool) and which are not. So is there any way to show a counter on the screen of the height of certain objects in Unity (predetermined measurements assigned to certain objects by ME in production) or of the velocity at which your the character is going at(speed being determined by the constant motion of the character)??
Some example of games that use some kind of counter to determine the speed of your player (Nexuiz) heh that’s all I can think of at the moment.
If my question is confusing please tell me ;.; I need help! I’ve never used Unity before, but I know some basic Java as I’m in a CS class