- Modificato
I need a script to do character control. Please help.
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.
The spine asset packs might be interesting for your case:
Spine: Asset Packs
Other than that, as Misaki mentioned, you could have a try with the example scene located at Spine Examples/Getting Started/5 Basic Platformer
spine-unity Runtime Documentation: 5 Basic Platformer