Hobby Game Dev Log -10- BossFight!

https://www.youtube.com/watc...
https://discord.gg/6STRB2n7pf https://twitter.com/M_attTaylor I run you through how I made the boss of my game. Let me know what you think or if you have any questions. **Update** Use animator.Crossfade("animationName", "transition duration") for 3d projects instead of animator.Play() https://docs.unity3d.com/ScriptReference/Animator.CrossFade.html Example: public string currentState; public void SetAnimationState(string newState, float transitionTime) { if (currentState == newState) return; if (_animator.IsInTransition(0) && !_animator.GetCurrentAnimatorStateInfo(0).loop) return; _animator.CrossFade(newState, transitionTime); currentState=newState; } #gamedev #indiedev #unity
Making a game in my free time. Sharing the journey. This is my personal YouTube account. Opinions are that of my own. Opinions expressed do not reflect the opinions of my employer(s).
Nightshaders
Currently working on Nightshaders
In this thrilling co-op twin-stick shooter, play as a group of brave kids who must fight against hordes of creepy monsters. Collect and upgrade an arsenal of unique homemade weapons and abilities to battle through exciting environments and defeat powerful bosses.
https://store.steampowered.com/app/...
Subscribers