Mitch
Some of the forum folk here already have their hands on them and so far the response has been pretty good so I felt like sharing a quick teaser! These two characters will be available for purchase very, very soon! Hopefully ya'll will find them useful to give your projects a quick boost to get up and running! Will post more info soon.
Hitman
→Complete Easy to Learn From Rig
→Compatible with Spine Essential
→Ready to Use Unity Sample
→Compatible with Keyboard, Gamepad, and InControl (easy for mobile!)
→Actions
→→Walk
→→Run
→→Jump
→→Air Jump
→→Edge Balance
→→Wall Slide
→→Wall Jump
→→Slide
→→Punch Combo
→→Up Attack
→→Down Attack
→→Jump on Enemies
→Platforms
→→One Way
→→Fall Through
→→Moving
→→Treadmill
→Special Effect Pops
→Sound Palette with content from http://www.UniversalSoundFX.com !
Gunman
→Advanced Efficient Rig
→Innovative use of IK
→Ready to Use Unity Sample
→Compatible with Keyboard/Mouse, Gamepad, and InControl (easy mobile!)
→Actions
→→Walk
→→Walk Backwards
→→Run
→→Jump
→→Air Jump
→→Jetpack
→→Aim
→→Shoot
→→Reload
→→Switch Weapons
→→→Pistol
→→→Shotgun
→→→Rifle
→→→Launcher
→→Jump on Enemies
→Platforms
→→One Way
→→Fall Through
→→Moving
→→Treadmill
→Special Effect Pops
→Sound Palette with content from http://www.UniversalSoundFX.com !
5.5 years ago
-
Mitch - Posts: 975
Daniel Swinney
Looks good! A couple of questions...
1) Does it use meshes?
2) In punching do we go from seeing the front torso of the hero to seeing his back when he follows through? This is something I anticipate having to do in the future and I'm kind of worried about it when I get to that point. Seems hairy.
1) Does it use meshes?
2) In punching do we go from seeing the front torso of the hero to seeing his back when he follows through? This is something I anticipate having to do in the future and I'm kind of worried about it when I get to that point. Seems hairy.
5.5 years ago
- Daniel Swinney
- Posts: 4
cparki3
This is amazing! Thank you so much for putting this together Mitch. It's put together in a way that is super easy and straightforward to customize. Great work as always and worth whatever you want to sell it for. 

5.5 years ago
-
cparki3 - Posts: 18
Nate
Psst, Asset Packs are now live! Will do a proper announcement after we get some beer, err sleep. 

5.5 years ago
-
Nate - Posts: 10717
arkhampy
Hi @Nate and @Mitch, I have a question about the Asset Packs.
If I have Spine Essential, and I buy the " Asset pack: Hitman -Basic Platformer" and I want to make new movement for my character then the Ghosting will still work for the actual movement and the new movement in Unity?
Sorry for my English.
Regards
If I have Spine Essential, and I buy the " Asset pack: Hitman -Basic Platformer" and I want to make new movement for my character then the Ghosting will still work for the actual movement and the new movement in Unity?
Sorry for my English.
Regards
5.5 years ago
-
arkhampy - Posts: 47
Mitch
Yes, ghosting will work.arkhampy wrote:Hi @Nate and @Mitch, I have a question about the Asset Packs.
If I have Spine Essential, and I buy the " Asset pack: Hitman -Basic Platformer" and I want to make new movement for my character then the Ghosting will still work for the actual movement and the new movement in Unity?
Sorry for my English.
Regards
Here is a short tutorial on how to use ghosting in general with the unity runtimes - the character pack uses the same method.
5.5 years ago
-
Mitch - Posts: 975
arkhampy
thx for you reply @Mitch!!
sorry for ask here. Spine Essential can export a character with bones or only export to a sprite sequence?
Regards
sorry for ask here. Spine Essential can export a character with bones or only export to a sprite sequence?
Regards
5.5 years ago
-
arkhampy - Posts: 47
Mitch
Bones work with Essential.
Everything with the Hitman character works with Essential too, but Gunman uses IK so it requires Pro.
Everything with the Hitman character works with Essential too, but Gunman uses IK so it requires Pro.
5.5 years ago
-
Mitch - Posts: 975
arkhampy
thx you very much @Mitch! another question.. the Hitman asset use for the movement the physics implementation or the no-physics (raycasting).
sorry for my English.
Regards,
sorry for my English.
Regards,
5.5 years ago
-
arkhampy - Posts: 47
Mitch
It uses both Physics and raycasting. Physics are used to move the main character rigidbody, and raycasting is used for Wall, Edge and Jump-damage detection. Spine Bounding Boxes (converted into Unity Polygon Colliders) are used for Attack detection.
5.5 years ago
-
Mitch - Posts: 975
arkhampy
Understood!, Thx you very much @Mitch! I will get Essential and the Hitman for the moment then 
Regards,

Regards,
5.5 years ago
-
arkhampy - Posts: 47
BinaryCats
So, I couldn't help but notice you have "advance IK" stuff. i.e. aiming gun, looks cool and all with (what looks like)the gun being the parent of head ik and arm iks, but I could help but notice the gun doesn't point to the mouse position.Nate wrote:Psst, Asset Packs are now live! Will do a proper announcement after we get some beer, err sleep.
Our current IK set up deos, but it is a little more restrictive. Is it due to some other fact that the gun doesn't point to the mouse position or is it due to the ik setup
our hierarchy is similar to:
Target anchor bone
------Right arm ik
------Left arm ik
TargetIK
With Target anchor bone at the position of the right arm (main gun hand)
5.5 years ago
-
BinaryCats - Posts: 1299
Mitch
Yea, I just never added a mouse offset. The gun pivot position changes depending on the equipped weapon so a little bit more math needs to be done. Original rig was built for twin-stick gamepad stuff where cursor position doesn't matter much. Will be updated sooner or later 

5.5 years ago
-
Mitch - Posts: 975
BinaryCats
Ah ok, fair enough. (its worth noting that the above hierarchy works for any gun, you just have to point the gun (by moving the arm iks) towards the target ikMitch wrote:Yea, I just never added a mouse offset. The gun pivot position changes depending on the equipped weapon so a little bit more math needs to be done. Original rig was built for twin-stick gamepad stuff where cursor position doesn't matter much. Will be updated sooner or later
5.5 years ago
-
BinaryCats - Posts: 1299
Mitch
Yea but if you do it that way you get awkward poses a lot at the extreme angles.
5.5 years ago
-
Mitch - Posts: 975
BinaryCats
Meh, I think that relies on the overall skeleton set up. but I do agree it can look weird. but atleast for us, we clamp the angles the player can shoot at anyway (design idea, not limitation)Mitch wrote:Yea but if you do it that way you get awkward poses a lot at the extreme angles.
--
interestingly I think I may have combinded the methods
5.5 years ago
-
BinaryCats - Posts: 1299
ShaneS429
So I just purchased the Gunman pack a day or two ago to mess with in Unity. I was just really curious how things like animation combining, aiming, and overall character controlling was done in this.
Before I proceeded with my project, I loaded up the asset pack scene, and attempted to duplicate the Gunman a number of time just to see how performance was on mobile. I modified the touch script so that all the characters would shoot at the same touch point.
I was getting a weird bug where sometimes the gunman would perform perfectly. I'd touch the screen, the arms would rotate, a shot would be fired towards the touch point. Although, seemingly randomly, some of the duplicated gunman wouldn't follow that logic. Instead, they would, shoot, then rotate to point their weapons at the touch point. I spent all day trying to figure out why sometimes they'd fire perfectly, and other times they would seem to fire before rotating their arms.
It turns out that simply highlighting the Gunman object and duplicating said Gunman would cause any of the duplicate gunman to potentially misbehave. However, if I dragged in any number of prefab gunman from my Assets folder, they would all behave absolutely perfectly. I'm not sure if this has something to do with Unity or some sort of sync issue with the gameobjects and Spine skeleton data or what.
Any thoughts? I don't foresee this every being a problem. Just curious if there was an explanation.
------
Strike that. I'm handling player states in a different way then the example, and I guess my code is somehow triggering the Fire( ) call before AimPivot completes it rotation.
Before I proceeded with my project, I loaded up the asset pack scene, and attempted to duplicate the Gunman a number of time just to see how performance was on mobile. I modified the touch script so that all the characters would shoot at the same touch point.
I was getting a weird bug where sometimes the gunman would perform perfectly. I'd touch the screen, the arms would rotate, a shot would be fired towards the touch point. Although, seemingly randomly, some of the duplicated gunman wouldn't follow that logic. Instead, they would, shoot, then rotate to point their weapons at the touch point. I spent all day trying to figure out why sometimes they'd fire perfectly, and other times they would seem to fire before rotating their arms.
It turns out that simply highlighting the Gunman object and duplicating said Gunman would cause any of the duplicate gunman to potentially misbehave. However, if I dragged in any number of prefab gunman from my Assets folder, they would all behave absolutely perfectly. I'm not sure if this has something to do with Unity or some sort of sync issue with the gameobjects and Spine skeleton data or what.
Any thoughts? I don't foresee this every being a problem. Just curious if there was an explanation.
------
Strike that. I'm handling player states in a different way then the example, and I guess my code is somehow triggering the Fire( ) call before AimPivot completes it rotation.
5.5 years ago
- ShaneS429
- Posts: 2
Mitch
Equipman coming soon too! Mix and match parts, skins, and a Unity framework for downloading new skins from AssetBundles or from the internet!
---
"Team Color" & Shading skins coming for Hitman and Gunman soon too! (Will be added to existing packs)

And something for fun


---
"Team Color" & Shading skins coming for Hitman and Gunman soon too! (Will be added to existing packs)

And something for fun

5.5 years ago
-
Mitch - Posts: 975
Norman
These look fantastic, if there's a video tutorial series that makes utilizing this in my own Unity project more accessible (for a Spine beginner) then I'll be picking up a professional license.
I'd love to see something on:
Applying these to a new skin/model
-weapon switching as well
Start to playable in Unity with a customized (even small modifications) version of these assets.
Cheers!
I'd love to see something on:
Applying these to a new skin/model
-weapon switching as well
Start to playable in Unity with a customized (even small modifications) version of these assets.
Cheers!
5.5 years ago
-
Norman - Posts: 8
Mitch
Tutorial videos are coming soon - wanted to flesh out a few more features before diving into full documentation mode to avoid having to redo some stuff.
https://www.youtube.com/user/fenrisul/videos?sort=dd&view=0&shelf_id=4
In the mean time, theres a dozen plus tutorials by me already up on my youtube channel and a sticky topic in this subforum that will get updated with general Spine-Unity feature tutorials as time permits
https://www.youtube.com/user/fenrisul/videos?sort=dd&view=0&shelf_id=4
In the mean time, theres a dozen plus tutorials by me already up on my youtube channel and a sticky topic in this subforum that will get updated with general Spine-Unity feature tutorials as time permits

5.5 years ago
-
Mitch - Posts: 975
Norman
Thanks Mitch,
I'll dig through those now.
--
Your videos are fantastic, and so is the official documentation. I put in a support request to clear up a small issue that came about while installing the Trial but after that I'll be buying everything you have. Equipman looks very interesting, too!
I'll dig through those now.
--
Your videos are fantastic, and so is the official documentation. I put in a support request to clear up a small issue that came about while installing the Trial but after that I'll be buying everything you have. Equipman looks very interesting, too!
5.5 years ago
-
Norman - Posts: 8
arkhampy
Hi @Mitch and @Nate,
I have but the Hitman asset and is really awesome, and i think to buy the Equipman asset too in the release.
I want to ask you something, can you add some AI(advanced or simple) to the enemies in the Hitman asset and the Equipman asset?
Do you have any date for the release of the Equipman asset? and this asset will work with Essential?
Regards,
I have but the Hitman asset and is really awesome, and i think to buy the Equipman asset too in the release.
I want to ask you something, can you add some AI(advanced or simple) to the enemies in the Hitman asset and the Equipman asset?
Do you have any date for the release of the Equipman asset? and this asset will work with Essential?
Regards,
5.5 years ago
-
arkhampy - Posts: 47
Mitch
Equipman is designed to work with Essential - like Hitman, it'll have an IK version as well.
Heh yea - I'm planning to add some dumb AI to the Boxman characters - they already have a Walk animation so its pretty trivial to add yourself if you don't want to wait
My effort has been focused on making the main characters as robust as possible.
I do not currently have a proper release date for Equipman but I would imagine Early September at the soonest as I am super-busy with contract work for the rest of August.
Heh yea - I'm planning to add some dumb AI to the Boxman characters - they already have a Walk animation so its pretty trivial to add yourself if you don't want to wait

I do not currently have a proper release date for Equipman but I would imagine Early September at the soonest as I am super-busy with contract work for the rest of August.
5.5 years ago
-
Mitch - Posts: 975
Christian24
Equipman looks really nice. Is there something like an animation wishlist? 

5.5 years ago
- Christian24
- Posts: 16
arkhampy
Hi @Mitch and @Nate, sometime could you make some tutorial to change the character for the Assets in Unity?
In my case I try to change the Hitman character for one I did but with a different skeleton(but the same bounding box attachments and events).
It cost me a lot do but I succeeded (I think that helped me to learn anyway), but it would be very useful to have a guide on how to change the character (without re touching the point of import to unity).
I want to thank also because through to the base of the Hitman Asset I'm getting a nice result for my game and learning about Spine Essential simultaneously in just a few days(definitely I will upgrade to PRO very soon).
Regards,
In my case I try to change the Hitman character for one I did but with a different skeleton(but the same bounding box attachments and events).
It cost me a lot do but I succeeded (I think that helped me to learn anyway), but it would be very useful to have a guide on how to change the character (without re touching the point of import to unity).
I want to thank also because through to the base of the Hitman Asset I'm getting a nice result for my game and learning about Spine Essential simultaneously in just a few days(definitely I will upgrade to PRO very soon).
Regards,
5.5 years ago
-
arkhampy - Posts: 47
Return to Showcase
- All times are UTC