Unity - Demo 01 (League movement, NavMesh)

Channel:
Subscribers:
150
Published on ● Video Link: https://www.youtube.com/watch?v=iDz2VtKnuWA



Duration: 0:35
24 views
0


Just doing an exercise and learning some new stuff. (Apr 6 2019)
Most of the code is literally trash though

Functionalities:
- Camera: zoom smooth
- Camera: following player
- NavMesh: navigating through the map, does deaccelerate to empty position though
- Entity interaction: runs towards clicked entity, stops within range, also looks at the clicked entity if already in range

Entity interaction has also been set up to work on different entities such as creatures, where the interaction will be different.