• Unity
  • I need a script to do character control. Please help.

Related Discussions
...

Hello.

I am studying unity.

Create a character and set a Rigidbody

I want to call spine character animation in unity.

I can't write code, so I need your help.

character's

children
move left move right
jump
hand drawing
running
sit down
Dead
attack

I want to link animations like this.

Does anyone know of a script with this structure or can anyone help?

https://www.youtube.com/watch?v=In9K7wcpCto
I'm practicing through this video.

Hi,

Have you checked example scenes in the Spine Examples/Getting Started? It is contained the spine-unity runtime. They are the most appropriate contents to take the first step. What each example scene describes can be found in the spine-unity Runtime Documentation here:
spine-unity Runtime Documentation: Spine Examples / Getting Started

It is hard to write a script from scratch, so it is recommended to find a suitable sample script and use it with some modifications.

I'm not a programmer so I can't write code. I think it would be nice to have a script with a controller that works with Rigidbody 2d that graphic designers can easily play with.

thx. 🙂