Nick Maltbie

Results 27 issues of Nick Maltbie

Add animation documentation for where animations are referenced from and how to modify/configure/add animations via Mixamo for existing or different models.

documentation
enhancement

Add some documentation in the contributing section about how to configure a `UNITY_LICENSE` secret in forked repos so they can run the pull request validation workflows as well. Additionally, if...

enhancement

Add a KCC Movement Engine that supports movement via a floating capsule. Have the capsule float a specific distance off the ground and it should create a capsule collider for...

enhancement

Add support for CinemaMachine unity as an external package to support more types of camera control and camera modes. Add as a separate package so it's not required dependency and...

enhancement

Add some features to mole movement * Non digging/normal walking state * Transition to/from digging state when holding a button * Have camera roll in a super mario galaxy style...

enhancement

Swapping version with a chapter selected doesn't load the new URL page properly. Need to patch this behaviour in the main.js script. Changing version on a page with a chapter...

bug
documentation
good first issue

Right now the network relative parent synchronizes state via a `NetworkVariable` but it would be much better to update this to a direct buffer similar to netcode's [NetworkTransform](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/blob/develop/com.unity.netcode.gameobjects/Components/NetworkTransform.cs). Basically need...

enhancement