Unity Learn home
14
17
Essential Unity Practice
11.4 Kviews
Rooms combined with addition of the gallery.
Media
1
1
d
deemgrabboil
5 days ago
How did you make robot player?
b
bordloibubu081
12 days ago
Assets/ ├── Animations/ ├── Models/ │ ├── Lion/ │ ├── Tiger/ ├── Scripts/ │ ├── AnimalController.cs │ ├── FightManager.cs ├── Scenes/ │ ├── JungleFight.unity ├── Prefabs/ ├── UI/ │ ├── HealthBar.prefab ├── Sounds/
b
bordloibubu081
12 days ago
Assets/ ├── Animations/ ├── Models/ │ ├── Lion/ │ ├── Tiger/ ├── Scripts/ │ ├── AnimalController.cs │ ├── FightManager.cs ├── Scenes/ │ ├── JungleFight.unity ├── Prefabs/ ├── UI/ │ ├── HealthBar.prefab ├── Sounds/
a
a28533991
a month ago
how we can do this
woo