
This package helps you modify and connect parameters of an Animator by directly connecting to a variable of a component.The base package contains the basic scripts to get variables from components by default. No need to create extra scripts or code anything yourself.It allows to quickly iterate and keep track of variables from within the EditorAdd the EasyParameterHolder.cs component into an asset, select the animator, and search for a variable inside another component. You can then give it a name and it will be mapped into the same one in the Animator. Easy as that.Source code in: https://github.com/ensapra/sapra.EasyParametersSimple Asset: Single script that allows to connect any parameter to any variable direcrtly from the Inspector