2nd week, Animations and Physics... and BUGS!!!!!!!!!!
Hi guys,
We had a lot of animations and integrated these animations into our game last week.
1. We made the tile map pipe-line.
Actually, If you didn't have any experience with tile-map editing, We recommend this tool strongly.
https://led.itch.io/tilesetter
It has very simple and easy for us to use it with Unity3D.
I hope the below tutorial will be helping you.
2. We made the player controller with the new input system.
First, We assigned a lot of keys to the new input system setting file.
Second, We assigned "Player Input" script on the main camera, and assigned "New input system setting" file into here.
I guess, someone has wondered why we use "Invoke C Sharp Events".
That reason is that We want to manage most parts by the code like below code.
however, We got a lot of bugs by the FSM.... Yeap! Honestly, I made the simple jump.
3. We try to avoid the Mecanim-node hell,,,,,
We want to avoid that spider web. and We made it!
Yeap!
We use just 3 layers and minimum nodes in the Mecanim. It controlled by the below code. (Sometimes, We need to stop the animation. We can use "animator.Rebind()" to stop animation. it is very useful)
Yes, We had many actions for the player now! - Walk, Run, Attack, Jump, Wall attached, Wall Climb, Wall Kick, Dash
Video : https://drive.google.com/file/d/17w3Gn_UujSfL48rddZvnjLiyzYWmAVvv/view?usp=shari...
Thank you! and Plz let us when you have any questions.
Rapaces
Casual platformer action RPG
Status | Prototype |
Publisher | |
Author | crossbell |
Genre | Platformer, Action, Role Playing |
Tags | Escape Game, Pixel Art, Side Scroller, Speedrun |
Languages | English, Korean |
Accessibility | Subtitles |
More posts
- 20nd week, the tutorial build hereDec 09, 2022
- 18th week, 1st BOSSNov 27, 2022
- TECH TIP. How to make the parallax scrolling with the shaderNov 16, 2022
- 17th week, How to fix the tile gap on UnityNov 15, 2022
- 16th week, We added the title, prologue and the first event scene.Nov 10, 2022
- 15th week, Now We tested the cutsceneOct 31, 2022
- 14th week, Making the title and opening narrative scenesOct 24, 2022
- 13th week, We had changed our game title.Oct 18, 2022
- 12th week, the ink & inky, Unity dialogue systemOct 11, 2022
- 11th week, the hiding and the ladder featureOct 05, 2022
Leave a comment
Log in with itch.io to leave a comment.