Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Unity Tutorial : How to control animations in script using enums

A topic by mr_noodler created Dec 12, 2022 Views: 316
Viewing posts 1 to 1
(+1)

Hello,

I've made a free tutorial that shows how to control unity animations in script using enums so you can skip creating messes with animation states. Below is Part 1 : a basic state machine using bools & if statements, which is easy to understand for new programmers, and a second version in part 2 using enums which is a bit more sophisticated but still manageable. I hope these tutorials help you in your game dev journey! 

Have a great day! Best of luck on your projects!