#Learning Unity Devlog ( Space Shooter Game )

1 messages · Page 1 of 1 (latest)

viral garden
#

So uhh i want to learn unity 2D and 3D

Day 1. I created a script( i had unity experience before ) and decided to start with printing, so i googled how to print and found that you need to type Debug.Log("Example") and i used it for some fun ways like Debug.Log("Im DeadXD") so yeah its almost the full day.

#

i also created my own docs so its just easier to understand, void Start()
a function on game start

Debug.Log("Example")
basically just printing

#

and ofcourse

#

it didnt work

#

so i decided to try other things

#

i decided just to add some physics and make the player

#

So now the capsule or player falls

floral lark
#

!Learn You really should start with tutorials/courses on Unity Learn. Essentials course is preferable.

carmine turretBOT
viral garden
floral lark
viral garden
#

ohh

viral garden
#

DAY 2.

#

I did the course

#

so i tried doing the new input system

#

so i started the programming essentials

viral garden
#

DAY 3.

#

i really just finished the movement system

viral garden
#

i made the rotation system with angles etc. and it looks snappy in a good way, tho not really for the game.