Unity Asset - Action-rpg Starter Kit V3.1a

Unity Asset - Action-rpg Starter Kit V3.1a Rating: 8,6/10 1291 votes
  1. Action-rpg Starter Kit

Dungeon Breaker Starter Kit 3.0 Requires Unity 4.5.2 or higher. Dungeon Breaker Starter Kit 3.0 The Action Multiplayer RPG Starter Project. Available on standalone and mobile devices. This project will help you create your own multiplayer RPG in a few steps. Includeds with many features and several gameplay style such as Third Person Action RPG, Topdown RPG hack and slash, Adventure Co-op You can play around with friends build your heroes, create your story, and enjoy your own Multiplayer RPG.

Important: There's many changes in this version. Please backup your project before update. 3.0 - Add Multiplayer Co - Op Online / Lan - Add New Mini Map - Add New GUI Skin - Add New Level - Cleaned masses stuff and Make it look better - Bug Fixes Included - Multiplayer Co-Op Online / Lan - Multi Game Styled (TopDown and Third Person) - Mecanim Support - Character Creator System - Combat System - RPG System - Inventorys and Items embbed - Skills System - NPC Quests System - NPC Shop System - Level Manager - Save/Load Game - Particle FX - AI Friend / Enemy - Gameplay Manager - Mini map - Mobile Devices Support From author 1 year aniversary of this kit. I tried so hard to working on adding multiplayer, i'm not a networking expert but finally it works! If you have any suggestion feel free and let me know.

I hope you enjoy this 3.0, and thanks you for your support If you have any question or need an assistance please mail me. When select Network then Host Game and then Master Server it does not give you place to enter the name of your game (room) and an optional password. It is a security risk to use the persons machine as the name of the game (room). Also it would be good to have option to also enter password and if so people joining games will be prompted for password as well and only when the password matches is player allowed to join. Unity networking does all the work here all you have to do is put textbox take the value and if not null pass it in as password to the Unity API. If you want I'll send you the code.

Here is what i found for the jump issue that i just mentioned. Ok i did some looking into it and it looks like issue maybe that you have controllers/motors ect on remote game objects for characters / npc that you should most likely not want to do and just update the transform directly so no need to use motor/controller as well to do the same at the same time. So u most likely want controller/motor disabled on the remotely controlled characters/npc just take a look at MoveToPositionRotation in CharacterSystem.cs and see that you call UpdateTransform to update the transform but u alos doing motor.Move before so i see that you have motor/controller and that will be issue. You can do all movement by doing UpdateTransform I would think.

This is what i do in my multiplayer network code and it works amazing. Also you want to change the lerp/slerp form 1 to Time.deltaTime. amt where amount defaults to like 9 perhaps 10, i do 1 less. Great Asset!! Simply incredible. I am having one problem I am hoping you or someone here can help me with.

I exported this to my iphone5s and it works perfectly however when i build it on my friends iphone5 or my ipad mini retina the game has a terrible lag once the users enter the game (after creating and selecting character). Any help would be greatly appreciated! This is really driving me crazy because the same build works on my phone and it doesnt matter which user hosts the game or if they play offline. Thank you, Michael edit: i was able to fix the lag following 's earlier post 'for the Draw call problem the cause is grass on terrain will make a lot of draw call.

2D Action RPG Starter Kit available on the Unity Asset Store. Includes high quality assets & scripts to help you get started on your own 2D action RPG. Download Unity Asset - Action-RPG Starter Kit v4.0[AKD] torrent or any other torrent from Windows category.

You can reduced by go to Terrain setting (gear icon) and remove the Detail Density'. Hey good news i redid bit of the code. Replaced use of FindObject(s)OfType and FindGameObject(s)WithTag, ect and moved all GetComponent calls that I could to Start and now I'm back to running over 100 npc without much of a hit to performance! Will send author code when I finish cleaning it up and testing it out. So if your having performance issues when you have lots of zombies / friendlies / players look at cleaning out the above from the code and see if it helps you, it sure helped me.

If anyone wants to know I created game objects in scene to hold Players, Enemies, Friendlies, NPCs. And I instantiate them into the right one and then I have a reference to the game objects that I setup at start and then all I have to do is something like this from Update/OnGUI MonoBehavior players = playersgo.GetComponents; and in Start I do playersgo = GameObject.Find('Players'); and at class level I have private GameObject playersgo not that hard of a change and it runs circles around old code. Also I was thinking of having players, enemies, friendlies, npcs, objects databases (List/Dictionary) so that I dont even have to do that I could just iterate through the database. And adding pooling like I did before which really helps with the garbage collector cause right now when a player, friendy, enemy dies they are released and a new one is instantiated by Spawner. Hey good news i redid bit of the code. Replaced use of FindObject(s)OfType and FindGameObject(s)WithTag, ect and moved all GetComponent calls that I could to Start and now I'm back to running over 100 npc without much of a hit to performance!

Will send author code when I finish cleaning it up and testing it out. So if your having performance issues when you have lots of zombies / friendlies / players look at cleaning out the above from the code and see if it helps you, it sure helped me. If anyone wants to know I created game objects in scene to hold Players, Enemies, Friendlies, NPCs. And I instantiate them into the right one and then I have a reference to the game objects that I setup at start and then all I have to do is something like this from Update/OnGUI MonoBehavior players = playersgo.GetComponents; and in Start I do playersgo = GameObject.Find('Players'); and at class level I have private GameObject playersgo not that hard of a change and it runs circles around old code. Also I was thinking of having players, enemies, friendlies, npcs, objects databases (List/Dictionary) so that I dont even have to do that I could just iterate through the database.

And adding pooling like I did before which really helps with the garbage collector cause right now when a player, friendy, enemy dies they are released and a new one is instantiated by Spawner. Yeah when u teleport u lose a bunch of stuff (its really a load of new scene) u will need to fix his save / load (it dont save everything right now like skills and what u have on hand) u will also need to change it so it saves things like active quests and where u r with them also w quests right now when u r finished i dont remember if it gives u the reward at that point or when u later open quests and press completed.

It should give u the rewards automatically when u get it. And it should jus thave alist of those completed. But then again if u have a quest u can do multiple time it would be list of them of the ones completed. Or perhaps it should just show it on screen and remove it from list of quests u doing. Well its starter package (not he does it for u) so u basically take what he gives u and run from there (some programming required) all the stuff is not hard work to do if u know a little programming. Hi there, I am strongly considering buying this asset from the store.

However I have 4 questions about it before the purchase and I probably won't purchase until all questions are answered. Once all questions are answered I will immediately buy the asset the very next day. 1.When ever I play the Dungeon Breaker Demo and Candy Maniacs Demo(Dungeon Breaker Game) I have the same problem, I continually attack but the zombies only receive damage sometimes and sometimes when I attack I see no damage. Same for the enemies, when ever Zombies attack I only receive damage sometimes. I can stand there and do nothing and the zombies won't do any damage and then finally they do some damage after a few seconds of attacking.

Is it because of lag? Poor internet connection? This is off the web player demo so maybe poor connection? 2.Can I create more than one sword with this asset? I want to be able to equip different swords purchasable through a regular shop(weapon shop). Will the sword that I equip display in battle?

3.Do the items in your inventory disappear when you go into a different scene? Do you go back to level1 if you go to a different scene? Do you lose all your weapons and armor if you enter a different scene? 4.Is there an option where I can type in how high I want to jump? I want my character to be able to jump at least 2 times his own height.

Thank you in advance to who ever can answer these questions and I will definitely buy this asset as soon as these 4 question are answered. Re: 1 it only registers damage if there is collision and its tricky since there are no crosshairs.

Something that ive been working to resolve in the upcoming release of candy maniacs. Same for the zombies.

Also the ai sometimes decides not to attack and there is also cooldown delay. So if you want something more aggressive the ai needs to be changed as ive done in candy maniacs. Some of the problem that you see in candy maniacs is that the starter kit was created for a flat world, like a plane, and candymaniacs uses terrain so when not 100% lines up things dont hit right as you can imagine. So in the upcoming releases of candy land ive had to make lots of changes and tweaks to account for it. The ai is now better with these changes, but not perfect it still will need lots of work to make sure it all works as expected. Re: 2 its relatively easy to add new weapons ive added lots of candy themed weapons already, just have to learn all the things you have to do like adding it to items list in game manager and to npc so it shows up in store and making the weapon and a pickup for it and some icon that it will use.

Ect re: 3 yes any items that are dropped disappear when you go between levels. If you want to preserve them you will have to change the code and write code that does the magic. You will also have to manage what your character has so it is preserved between levels there is save and load code you can adapt to your needs.

Re: 4 yes you can control gravity and how high characters jump and a lot more. There are some issues with the starter kit with regards to this because it was designed for flat world line a plane in candy maniacs we have regular terrain which is causing all sort of problem that ive had to make lots of changes and tweaks for and i still have lots of changes as i pointed out to make. Remember candy maniacs is just a concept. It marries my work with this starter kit the work of emilie and others. So you have like parts made by different people who work on their own stuff independently and that has to be merged and adapter to work together. That will take time. I have like over years worth of work i have to get in that was done prior to using the starter kit and i was like one of the first people who bought it when it became available and have been sending in behind the scenes little ideas, changes, fixes, ect.

But just because i send something in to asset store authors does not mean they will use it. Personally i recommend this starter kit and the agk one sadly both are for flat worlds! Plus take a look at gtgd s1 and s2 and then take a look at hack and slash tutorial (which is unfinished but still worth looking at) both gtgd s1/s2 and h&s are for terrain so u can see how ai, coliision/damage and things are done including crosshairs for world that is not flat plus unity has very good tutorials so look at unity tutorials with complete starter kits with source code.

And you can find more here form unity with source code for free but you still have to like im having to do take all the stuff from different sources and merge it all in together and get it to work with takes a bit of time and effort. Also you can look at my unity forum post for the game to see all the ingredients and my little secret sause. The forums for this game engine has fast support.

Action-rpg Starter Kit

Thanks for the fast reply I figured I'd have to make an icon for the sword and an object to represent its drop lol. I have been looking around for a couple months for the perfect kit and I did run into agk and the other kit that you linked However agk doesn't mention having equipment for weapon swapping and there is that other problem when it isn't compatible with terrains and needs a different form of mapping. The best one I have found so far was the action Rpg starter kit by hitbear studios but I absolutely despite having to use the mouse for camera movement and player movement. I don't want my player to be stuck facing what ever position the camera is facing, it was bothering me horribly. And it doesn't mention whether it has mobile support or not so my second option was this kit which does mention mobile support and the only thing that bothers me about it is that you have to collide to cause damage rather than have the weapon interact with the enemy object and losing all my items every time I enter a a different scene to make it look like a different city i will lose all items and quests in my inventory which is bad for a potential RPG game. Looks like things are going to be a little difficult for Cookie Maniacs oo, most resources I make my self like the cities using blender and music using a purchased product for licence rights.

Edit: lmao the cookie monster vid was funny. Ok perhaps i didnt state it well, you dont lose your items when you change levels, other things are lost like any pickups that were dropped that you didnt pick up and like where zombies where and the state of the level. But if you want them to be there exactly where you left off you i guess can write your own save and load code. So you just lose the state of the level but not of the character he has save and load as i mentioned that handles this for most things. Also you can easily modify the save / load code to save things that he may not save / load that you want to save / load, so its not big deal. Also for melee weapons you dont have to collide with the other character the weapon has to but its a little iffy as i mentioned. For projectiles the projectile has to and all of them are basically designed for flat surfaces basically planes so if your using terrain or models that are not flat or levels it not going to work well without you making some detailed set of changes which ive have had to do and i am still actually doing since its a little bit of the square peg in the round hole.

- It's All On U Vol. Like Share Download Show tracks Music Activity. This user has no activity. This user has no activity. This user has no activity. Bg its all u vol 2 rar. Sep 08, 2014 2014 (62) September (62) Vordul Mega (of Cannibal Ox) - The Revolution of Y. Violator: The Album - 1999; Lake Entertainment Presents The 41st Side. - It's All On U Vol. 2 - Amazon.com Music Interesting Finds Updated. It's All On U by BG Audio CD $10.91. Only 1 left in stock (more on the way).

Unity Asset - Action-rpg Starter Kit V3.1a

Still ive tried just about them all have large collection of unity store assets i play with and this one is about one of the best and well worth getting especially if it goes on sale. Re: Rpg starter kit by hitbear studios i dont have that one but it looks interesting.

I does number of things that this one does not do like cursor and handling non flat levels better and it also has run stamina bars and concept like being webbed up which prevents you from moving. So its always good to pick up a bunch of them and look at what they do and how they do it and use them more as a vehicle to learn things. This one gets a lot of things right too its more polished ui, it has multiplayer and has number of other things unique to it. Personally i dont do mobile, but multiplayer is important and so is support for non flat levels.

So the thing is more to learn than to take one of them and outright use it. Even the one im using in candy maniacs is heavily modified version of this one. So i redid a lot of his code to fit my needs and regardless of which one you use or if you create your own its about building what you need for your game and if you use one like did about modifying it for your needs which may not be same as author or someone elses.

Original Post: Hey all. I've managed to make quite a bit of progress switching over to a new customizable character and such, but I have one really silly stuck point. Can anyone tell me what object the UI runs off of?

I can't find the MainMenu script being called anywhere. It's very bizarre.

Due to this, in my scenes, there is no UI (outside the MiniMap). Thanks for the help! Great asset Rachan!

Rachan answered me (and super quick too!): Thank you for interesting in Dungeon Breaker and feedback, please check, you have to add Player Character UI component to your playing character if not work please let me know.

Posted on  by  admin