
A highly functional 2D character. He can do anything, he's a true ninja. Hyaaah!In this game system, you will have a player who can use various types of damaging arrows, burning arrows, and most importantly, can aim towards the cursor position. These features can help you produce a pretty game.Of course, when you first open this project, you might spend a few days understanding the code, classes, and scripts—what they do—and maybe it will take less time, but you'll get the hang of it right away because I didn't make things too complicated. I didn't make nonsense like "2A audio controller event system manager inspector setting script asset." Everything is straightforward.Things to knowThere are a few steps required to run the asset written in the PDF documentation.RequiementsThis asset works with Unity's 2D Animation and 2D PSD Importer package.Features2D character's cursor-directed shooting systemNo cliche errors like the character not entering the enemy while attackingThe character can be hung on the wall, which is a plusThe enemy AI is adequate for a 2D game at this level, but let me point out that there is nothing special about an enemy like the "boss".Good in terms of optimization (no nonsense was written into the update functions)I added explanations to the variables in the inspector of the controller scripts as much as possible about what they do.The character can position his legs according to the slope of the surface he is on (This is also a good feature)There's an armor and item-earning system. You can add a chest, assign a specific item to it, and have your character pick it up. But of course, it's up to you to configure the behavior of what that item will do in the game. I added arrows and armor pieces.I should also point out that the asset contains 3D objects, mostly maps. You can find their polygon counts here. : Link (Total Triangles: 51.7k, Total Vertices: 29.8k). I thought a 3D map and a 2D character would be interestingContent DetailsㅤAssassin(Player)Character sizes in PSB: 720x1010.The character body parts also available as seperately png.ㅤEnemiesEnemies are made with 2D Animation package just like the player character.Three types of enemies: sniper, soldier, and patrol.All Enemy Character sizes in PSB file is 578x944 resolution.OtherThe solution in this link makes that "child objects not moving with the parent thing" when the parent object moves. You can find how it works hereYou can choose the damage type inflicted by damaging items. For example, "bleeding damage" causes the enemy to bleed for a period of time after attacking, killing them. Enemy sniper's viewing angles etc. can also be adjusted.InputsThere is also a structure that saves inputs as text files in the player data folder, this detail is also present.Contents found with a cursory glance:Assassin character.Enemy Soldier, Sniper and Patrol.Environmental elements; terrain, trees, castle parts and wooden hut parts.Chests.Assassin weapons and items such as sword, bow, rifle, throwing knife, broadhead arrow, fire arrow, smoke arrow.Assassin armors; leather armor parts, steel armor parts.Climbable walls.