↧
Pass value from several objects into one JS
Hello. I am struggling with something here and i got little bit confused. I want to pass (continously) a value from several different objects into one. Let's say, that i'm making side scrolling game...
View ArticleShould a make a large terrain or should I use several terrains?
Hi! I'm planning to make a terrain that is 10000x10000 large (ten thousand) I have tried 2 methods: one to make several terrains that is 2000x2000 in size and put them in a 5 by 5 grid and imported...
View ArticleFighting Game Exchange of Variables
I'm making a fighting game. Each attack has several parameters, including how much damage the move inflicts, whether or not it is a low, middle, or high attack, and so on. I realized that GetComponent...
View Article