[RELEASED] Acrocatic - Highly customizable 2D platforming character

Update
Support for this asset has stopped. There will be not future versions. It will be free on the Asset Store when version 1.2.1 is accepted by Unity. Check out this post for more information.
Update 2
Just a heads up! Acrocatic might resume development and support. Please stay tuned for more info!
Update 3
I’m speaking with someone who is interested in continuing development and support for the kit. Could you please show your interest by posting a comment in the thread? What drew your attention to Acrocatic? How has it helped you with your goals? What would you like to see developed in the future? Thank you!

Hello everyone!

Our very first asset called Acrocatic has been released to the Unity Asset Store! Go check it out at the Asset Store or visit our website for more information and the detailed documentation.

With this Unity asset you can create your own highly customizable (and acrobatic) 2D platforming character. Obviously, we made a chubby cat in a ninja suit! You can walk, run, jump, double jump, wall run/slide/jump, crouch, dash and much more. Customize it to your own liking by simply changing the variables in the inspector—or by diving into the code yourself. Purrrfect for developers who are exploring Unity.

With Acrocatic you can create your own uniquely controlled character by simply changing some values. So, you want your character to do a triple jump? No problem! Need some infinite wall running action? Sure! Want ‘press to run’ functionality? Well, OK! This asset allows you to add these mechanics in no-time at all.

Got some questions, feedback or feature requests? You can email us at support@battlebrothers.io or you can submit a post to this thread. Check out the FAQ on our website.

Version 1.2
Because of several personal related issues explained in this thread, it took me quite some time to push out version 1.2. It’s finally pushed to the Asset Store, so go check it out! It adds Unity 5 support, jump through platforms and much more. Check out the changes here: http://battlebrothers.io/acrocatic/#v1.2.

Version 1.1
Acrocatic v1.1 has been released to the Unity Asset Store. It adds stuff like ladder climbing, moving platforms, sinking platforms, boomerang wall jumping, ice and much more.

Here are some videos explaining Acrocatic! Hope you guys like it. :slight_smile:

Awesome! Acrocatic is now a staff favorite on the front page of the Asset Store! We’re so proud. :smile:

Here are some of the features we’re currently working on and hope to complete for the next release:

  • Simple rope/ladder climbing.
  • Moving platforms.
  • Multiple jumps that change the jump force based on how many jumps you perform in sequence (like the triple jump in Mario).
  • Option to specify which direction your character is facing in the sprites, allowing you to also add sprites facing left.
  • Option to jump higher based on how long you press the jump button.
  • Option to disable changing from walking to sprinting while in the air.
  • I’m trying to add support for rounded environments. Not sure if it’ll make it in the next version.
  • I’ll add a seperate sprite for wall sliding instead of using a frame from the wall running sprite.

I have several other features planned for other releases. Got some feedback or some awesome ideas for features? Be sure to share it!

It’s caturday (at least here in The Netherlands ;))! The purrrfect time to check out Acrocatic! ;D

A very cute character !!!
I like the way you’re working here to allow beginners and others to select what they really need for their games…

6R

Thanks! :slight_smile:

It’s indeed a great asset for beginners. You can check out all the code and pick what you need for your game. Acrocatic will get even more features in the future, so it’s only the beginning.

For all the lovely people who bought Acrocatic: be sure to leave a review in the Asset Store. Go to the bottom of this page and click on ‘Write a Review’. The more reviews we get, the more people will actually consider buying Acrocatic as well. It also helps when you have enough ratings to show next to the asset. :wink:

Ladders and ropes are missing! Then i buy it for sure:)

Simple ladder and rope climbing will be available in the next update. So keep watching this thread for updates on that. :slight_smile:

I will! I need a ladder that cant climb down and a rope that swings and the player can jump on… I am working on a old school platformer…

I’ll add something to the ladders so you can disable certain directions on the ladders. :slight_smile:
The rope swinging will be available in another update (not in the upcoming update). I’m only adding simple ladder/rope climbing in the next update, but it will be fleshed out more in the updates after that one.

And different type of platforms like One-way, moving, trampolines. Crush Block and Bonus Block would be great too.

Added them to our backlog. :slight_smile:

thank you

More sample scripts like Collectable coins or items, door, restartspawn etc…
I suggest a enough samples or examples to make a quick super mario game…

Yeah, I want to create some examples on how you can create something like Mario or Super Meat Boy by using this asset, so stuff like collectable items are something that will definitely be added to Acrocatic in the future. Quite essential mechanics for a platformer game. :slight_smile:

Awesome will get it soon.

Bought it. Working pretty good i got it fast working with my Traveler.

When you disable moving if you crouch it still calling the animation. Disabling Allow Moving seems to make problems.

Thanks for buying! :smile: I’ll look into the problem you’re encountering. That shouldn’t happen.
Your video is looking great! :slight_smile:

Hope the update is soon release i need the ladder;)

How can i disable the walking? And only use running… A basic prefab with only jumping, running, crouch, falling etc… would be great

You can disable ‘Press to Run’. This makes your character run by default. It’s inside the PlayerRun script.