Modular Motion by Neil V.
Modular Motion makes your workflow as twice as fast. As it designed to be simple and in just one component, you can do most of the animation. Spend more time on your design and less time on your coding screen. You can also seamlessly craft your ideas into a unique interaction with UI button, mouse events, Unity Events, or via C# programing language.
CURRENTLY SUPPORTED
Unity GUI | Rect Transform, Width, Height, Color, Position, Scale, Rotation, Fill Amount
Text Mesh Pro | Font size, Vertex Color, Spacing Options, Characters, Word, Line, Paragraph
Procedural UI Image | a plug-in that enables graphic manipulation with border-radius, falloff and perfect anti-aliasing of edges.
Sound Effect | frame by frame, pitch, reverse pitch, volume
Custom Animation | Animation Graph and Easing Preset
MORE INFORMATION
Website
DEMO
Web GL
Road Map (Free update included in future release)
- Text Mesh Pro shader effect support
- 3D space animation support
- Advance interactive sound system
- UI gradient support UNITY UI GRADIENT
Price $49.99
uMMORPG Components Edition by vis2k
uMMORPG - The lone wolf developer's MMORPG engine.
(Demo) (Forum) (Discord) (FAQ) (Showcase) (Documentation) (Tests)
“In the information age, the barriers just aren't there. The barriers are self imposed. If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on, and the dedication to go through with it. We slept on floors. We waded across rivers.” ― John D. Carmack, Masters of Doom
Components Edition
uMMORPG Classic was released 4 years ago. The new Components Edition contains the two most requested features: a Component Based architecture, and Character Controller movement!
The Components Edition also comes with a few more minor improvements: a GM Panel, Scriptable AI, Sync2Owner, Durability and a new Addons System!
The MMORPG Dream
20 years ago, MMORPGs used to require millions of dollars of capitalization and large teams of developers.
And then came Unity, with its mission to democratize game development.
uMMORPG's mission is to go one step further to democratize MMO development.
It's time to begin the era of the Indie MMORPG.
Why uMMORPG?
uMMORPG is the most simple and easiest to use MMO engine on the planet for one reason: 99% of the MMO projects fail because they are too complex.
Keeping both the code and the architecture incredibly simple is of utmost importance for the lone wolf developer.
Networking
uMMORPG uses Mirror for its high level networking and Telepathy for its low level networking. With Mirror, the server & client are ONE project and share 95% of the code. (hence the name "Mirror"). Thanks to Mirror, uMMORPG requires less than 10k lines of code while still scaling to 500-1000 CCU easily.
uMMORPG's networking is completely vertically integrated. The full networking stack was designed specifically for uMMORPG and is being improved every single day and battle tested by hundreds of other Unity networking projects.
Community
uMMORPG's most popular hidden feature is its huge Discord Community with over 3000 members. We are all working on our dream games and trying our best to help each other out along the way.
Extensibility
uMMORPG can be modified to your needs easily:
* A powerful Addon System and dozens of additional community addons
* Scriptable Objects for custom Items/Skills/Quests/Recipes.
* A detailed documentation is available online.
* 100% of the source code is included.
Feature: Players
uMMORPG comes with a built in Archer and Warrior class in order to display ranged and melee combat. Additional classes like mages can be created very easily.
Players have levels, experience, gold, skills, inventories, equipment, attributes and animations. They can move both with WASD & click movement. The combat system supports regular attacks, blocks and critical hits. Players can fight each other and get penalized with a murder system.
Feature: Monsters
Monsters can easily be placed in the world and will traverse their surroundings while the server is running. Their stats, aggro radius and movement behaviour can easily be modified in the Unity Inspector. Monsters are lootable after dieing and they can be spawned at runtime, for example with monster scrolls.
Feature: Npcs
uMMORPG comes with Npcs that can sell or buy items to/from the player, manage guilds, revive pets and offer quests.
Feature: Scriptable Items/Skills/Quests
uMMORPG comes with a powerful Scriptable Items/Skills/Quests system. You can add new items based on existing types (e.g. potions), or create new types by inheriting from ScriptableItem. There are no limits, you could create a skill that instantly spawns 1000 monsters or stuns everyone on the server.
Feature: Mounts & Pets
uMMORPG supports spawnable player owned entities, implemented as mounts and pets. Mounts allow the player to move more quickly, while also being attackable by others. Pets can be purchased, summoned and trained. They will fight alongside their owner.
Feature: Portals & Instanced Dungeons
The server can automatically instantiate a dungeon when a party enters a portal. Instanced dungeons were traditionally very difficult to use and required additional server machines. uMMORPG optimized and simplified the process to the point where instanced dungeons are now extremely easy to use.
Feature: Parties, Guilds & Chat
Multiplayer games are all about player interaction. uMMORPG comes with a party system to hunt monsters in a group, a guild system for long term collaboration amongst players and a chat to communicate between all of those systems easily.
Feature: Crafting
uMMORPG provides a simple, yet powerful crafting system. Crafting recipes convert a given set of items to a resulting item with a specified probability of success. Crafting can be used to combine items in all kinds of ways, for example:
* Health Potion + Mana Potion = Vigor Potion
* Blade + Handle + Sword Recipe = Sword.
Feature: Item Mall
Item Malls are the most successful MMO monetization strategy of the last 20 years. uMMORPG comes with an item mall that allows you to sell items in different categories for different coin prices. uMMORPG is not hard coded to any payment provider. You can any payment provider that you want to sell coins for real money, and then simply post the transactions in uMMORPG's orders table.
Feature: Safe Zones
To avoid chaos, uMMORPG comes with safe zones that can be wrapped around towns. In safe zones, no one can attack each other, which is very useful for starter areas to avoid spawn camping by higher level players.
Feature: Database
uMMORPG uses SQLite by default, which works out of the box and without any additional setup whatsoever. SQLite was developed for military grade systems and has 100% test coverage while being extremely easy to use, which is just what we need. The database system can be replaced by any other system. For example, there is a free Mysql community addon available.
Feature: Login, Character Selection & Creation
uMMORPG comes with a simple login system that accepts any new account by default. The NetworkManagerMMO.IsValidAccount function can be modified to verify accounts on an external website or database system easily. uMMORPG also provides basic character selection and creation features.
Feature: Security
Before working on uMMORPG, I spent several years reverse engineering a few popular MMORPGs to understand their mechanics and develop Bots. As result, uMMORPG is 100% server authoritative and validates any client input very carefully. A lot of care and effort is taken into protecting the server against cheats and exploits. Any security bug will be fixed within 48 hours.
Roadmap
The majority of development time is currently spent on networking improvements in order to scale up CCU as high as possible, while also doing heavy community stress tests to guarantee maximum stability in production.
Final Words
Back in 2006, I played my first MMO and immediately fell in love with it. Making my own MMORPG is the only thing I ever really cared about since then. Over 12,000 man hours went into uMMORPG, and it's been a long and difficult journey.
I invite you to our community to join us all on an adventure towards making our dream games. uMMORPG does all the heavy lifting for you and there is finally a reasonable chance of success for the lone wolf developer. But buying uMMORPG is no guarantee for success. It will still require a lot of sweat, tears, focus and long work hours. But it will be worth it, and every step of the way will be increasingly more intense and meaningful for you and your players.
If you aren't satisfied with uMMORPG, I offer a 100% money back guarantee. No questions asked!
Price $80.00
(Demo) (Forum) (Discord) (FAQ) (Showcase) (Documentation) (Tests)
“In the information age, the barriers just aren't there. The barriers are self imposed. If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on, and the dedication to go through with it. We slept on floors. We waded across rivers.” ― John D. Carmack, Masters of Doom
Components Edition
uMMORPG Classic was released 4 years ago. The new Components Edition contains the two most requested features: a Component Based architecture, and Character Controller movement!
The Components Edition also comes with a few more minor improvements: a GM Panel, Scriptable AI, Sync2Owner, Durability and a new Addons System!
The MMORPG Dream
20 years ago, MMORPGs used to require millions of dollars of capitalization and large teams of developers.
And then came Unity, with its mission to democratize game development.
uMMORPG's mission is to go one step further to democratize MMO development.
It's time to begin the era of the Indie MMORPG.
Why uMMORPG?
uMMORPG is the most simple and easiest to use MMO engine on the planet for one reason: 99% of the MMO projects fail because they are too complex.
Keeping both the code and the architecture incredibly simple is of utmost importance for the lone wolf developer.
Networking
uMMORPG uses Mirror for its high level networking and Telepathy for its low level networking. With Mirror, the server & client are ONE project and share 95% of the code. (hence the name "Mirror"). Thanks to Mirror, uMMORPG requires less than 10k lines of code while still scaling to 500-1000 CCU easily.
uMMORPG's networking is completely vertically integrated. The full networking stack was designed specifically for uMMORPG and is being improved every single day and battle tested by hundreds of other Unity networking projects.
Community
uMMORPG's most popular hidden feature is its huge Discord Community with over 3000 members. We are all working on our dream games and trying our best to help each other out along the way.
Extensibility
uMMORPG can be modified to your needs easily:
* A powerful Addon System and dozens of additional community addons
* Scriptable Objects for custom Items/Skills/Quests/Recipes.
* A detailed documentation is available online.
* 100% of the source code is included.
Feature: Players
uMMORPG comes with a built in Archer and Warrior class in order to display ranged and melee combat. Additional classes like mages can be created very easily.
Players have levels, experience, gold, skills, inventories, equipment, attributes and animations. They can move both with WASD & click movement. The combat system supports regular attacks, blocks and critical hits. Players can fight each other and get penalized with a murder system.
Feature: Monsters
Monsters can easily be placed in the world and will traverse their surroundings while the server is running. Their stats, aggro radius and movement behaviour can easily be modified in the Unity Inspector. Monsters are lootable after dieing and they can be spawned at runtime, for example with monster scrolls.
Feature: Npcs
uMMORPG comes with Npcs that can sell or buy items to/from the player, manage guilds, revive pets and offer quests.
Feature: Scriptable Items/Skills/Quests
uMMORPG comes with a powerful Scriptable Items/Skills/Quests system. You can add new items based on existing types (e.g. potions), or create new types by inheriting from ScriptableItem. There are no limits, you could create a skill that instantly spawns 1000 monsters or stuns everyone on the server.
Feature: Mounts & Pets
uMMORPG supports spawnable player owned entities, implemented as mounts and pets. Mounts allow the player to move more quickly, while also being attackable by others. Pets can be purchased, summoned and trained. They will fight alongside their owner.
Feature: Portals & Instanced Dungeons
The server can automatically instantiate a dungeon when a party enters a portal. Instanced dungeons were traditionally very difficult to use and required additional server machines. uMMORPG optimized and simplified the process to the point where instanced dungeons are now extremely easy to use.
Feature: Parties, Guilds & Chat
Multiplayer games are all about player interaction. uMMORPG comes with a party system to hunt monsters in a group, a guild system for long term collaboration amongst players and a chat to communicate between all of those systems easily.
Feature: Crafting
uMMORPG provides a simple, yet powerful crafting system. Crafting recipes convert a given set of items to a resulting item with a specified probability of success. Crafting can be used to combine items in all kinds of ways, for example:
* Health Potion + Mana Potion = Vigor Potion
* Blade + Handle + Sword Recipe = Sword.
Feature: Item Mall
Item Malls are the most successful MMO monetization strategy of the last 20 years. uMMORPG comes with an item mall that allows you to sell items in different categories for different coin prices. uMMORPG is not hard coded to any payment provider. You can any payment provider that you want to sell coins for real money, and then simply post the transactions in uMMORPG's orders table.
Feature: Safe Zones
To avoid chaos, uMMORPG comes with safe zones that can be wrapped around towns. In safe zones, no one can attack each other, which is very useful for starter areas to avoid spawn camping by higher level players.
Feature: Database
uMMORPG uses SQLite by default, which works out of the box and without any additional setup whatsoever. SQLite was developed for military grade systems and has 100% test coverage while being extremely easy to use, which is just what we need. The database system can be replaced by any other system. For example, there is a free Mysql community addon available.
Feature: Login, Character Selection & Creation
uMMORPG comes with a simple login system that accepts any new account by default. The NetworkManagerMMO.IsValidAccount function can be modified to verify accounts on an external website or database system easily. uMMORPG also provides basic character selection and creation features.
Feature: Security
Before working on uMMORPG, I spent several years reverse engineering a few popular MMORPGs to understand their mechanics and develop Bots. As result, uMMORPG is 100% server authoritative and validates any client input very carefully. A lot of care and effort is taken into protecting the server against cheats and exploits. Any security bug will be fixed within 48 hours.
Roadmap
The majority of development time is currently spent on networking improvements in order to scale up CCU as high as possible, while also doing heavy community stress tests to guarantee maximum stability in production.
Final Words
Back in 2006, I played my first MMO and immediately fell in love with it. Making my own MMORPG is the only thing I ever really cared about since then. Over 12,000 man hours went into uMMORPG, and it's been a long and difficult journey.
I invite you to our community to join us all on an adventure towards making our dream games. uMMORPG does all the heavy lifting for you and there is finally a reasonable chance of success for the lone wolf developer. But buying uMMORPG is no guarantee for success. It will still require a lot of sweat, tears, focus and long work hours. But it will be worth it, and every step of the way will be increasingly more intense and meaningful for you and your players.
If you aren't satisfied with uMMORPG, I offer a 100% money back guarantee. No questions asked!
Price $80.00
Fake Reflection And Interiors by Jim
Simulate Interiors or Reflection with a Cubemap.
Document online
**Fake Interior Demo Windows**
**Fake Interior Demo Mac**
**Fake Reflection Demo Windows**
**Fake Reflection Demo Mac**
In the first demo scene, we use this tool to simulate stuffs in a house.In fact, There is nothing in the house.
In the second demo scene, we use this tool to simulate reflection of ships on the water.
All static object will be baked into a cubemap. This baked cubemap will be used by this tool to simulate Interiors and Reflection.
Therefore We don't have to do a lot of rendering-work for Interiors and Reflection.
It saves a lot of rendering overhead.
It is strongly recommended that you download demos and have a look.
Price $14.88
Document online
**Fake Interior Demo Windows**
**Fake Interior Demo Mac**
**Fake Reflection Demo Windows**
**Fake Reflection Demo Mac**
In the first demo scene, we use this tool to simulate stuffs in a house.In fact, There is nothing in the house.
In the second demo scene, we use this tool to simulate reflection of ships on the water.
All static object will be baked into a cubemap. This baked cubemap will be used by this tool to simulate Interiors and Reflection.
Therefore We don't have to do a lot of rendering-work for Interiors and Reflection.
It saves a lot of rendering overhead.
It is strongly recommended that you download demos and have a look.
Price $14.88
Mutant Rat Mouse by Jim
This is a Mutant Rat Mouse model with FBX model, FBX animations, TGA textures. You can use it in your game as a ride, pet, monster, boss or environments.
There are 11 Animations: Idle, Walk, Run, Attack1, Attack2, Die1, Die2, Guard, Hit1, Hit2, Hit3.
1 Diffuse Texture. Resolution is 4096x4096.
1078 Triangles, 840 Vertices.
Price $10.99
There are 11 Animations: Idle, Walk, Run, Attack1, Attack2, Die1, Die2, Guard, Hit1, Hit2, Hit3.
1 Diffuse Texture. Resolution is 4096x4096.
1078 Triangles, 840 Vertices.
Price $10.99
Pickle by Arkaya Venture Limited
PROFESSIONAL 3D MODEL FOR ANIMATIONS AND GAME.
High quality and low poly model of Pickle.Pickle is perfect for your game, cartoon or any other project.
Originally modelled in Maya.This Pickle is Rigged.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Pickle- Faces:9372,Vertices:9545,
RIG
The rig comes in FBX format.A more simple rig is included for use in any other software package.
The advanced rig comes with custom bone widgets, IK constraints, Morph targets etc.
TEXTURES-
1 Variation of textures
Diffuse map,2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
10 Animation List -
Walk Forward,Walk Backward,Run Forward,Idle_01,Idle_02,Jump_01,Jump_02,Eating,Death,Attack.
Website: http://creative.arkayaventures.com/
Email
Animation Demo Link
Model Demo Link
NOTE-
Kindly note, the background images in artwork are only for demonstration purpose and NOT included in this package for sale..
Price $10.90
High quality and low poly model of Pickle.Pickle is perfect for your game, cartoon or any other project.
Originally modelled in Maya.This Pickle is Rigged.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Pickle- Faces:9372,Vertices:9545,
RIG
The rig comes in FBX format.A more simple rig is included for use in any other software package.
The advanced rig comes with custom bone widgets, IK constraints, Morph targets etc.
TEXTURES-
1 Variation of textures
Diffuse map,2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
10 Animation List -
Walk Forward,Walk Backward,Run Forward,Idle_01,Idle_02,Jump_01,Jump_02,Eating,Death,Attack.
Website: http://creative.arkayaventures.com/
Animation Demo Link
Model Demo Link
NOTE-
Kindly note, the background images in artwork are only for demonstration purpose and NOT included in this package for sale..
Price $10.90
Extended Mounts System for uMMORPG by GameFunSPb
Keeping horses You cannot call a horse in the middle of the field and immediately sit on it, as is done in many MMORPGs. When you get off the horse, it will not disappear anywhere and will remain in its place. It can be attacked by monsters or other players, and it will not run away from them, so you need to leave the Mount in a safe place. You can also leave the Mount in the stable and pick up the left horse, you can also only in this stable. Interaction Approaching your Mount you will be available a number of actions, you can select them with the mouse button or using the keys: - Sit down / get off the horse - Open Mount Inventory - View Mount Information Additional Information Mounts have levels and grades When you are on a Mount, she gains experience while riding and spends stamina With an increase in the level of a Mount, the number of health and stamina increases Developed and tested on version uMMORPG 1.183 In the project you will find instructions with a detailed description of how to configure the add-on. Requires the uMMORPG
Price $25.00
Price $25.00
Mudkos by Arkaya Venture Limited
PROFESSIONAL 3D MODEL FOR ANIMATIONS AND GAME.
High quality and low poly model of Mudkos. Mudkos is perfect for your game, cartoon or any other project.
Originally modelled in Maya.This Mudkos is Rigged.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Mudkos- Faces:5548,Vertices:5872,
RIG
The rig comes in FBX format.A more simple rig is included for use in any other software package.
The advanced rig comes with custom bone widgets, IK constraints, Morph targets etc.
TEXTURES-
1 Variation of textures
Diffuse map,2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
09 Animation List -
Walk Forward,Run Forward,Idle,Jump,Death,Walk_Backward,Run Backward,Attack,Eating.
Website: http://creative.arkayaventures.com/
Email
Animation Demo Link
Model Demo Link
NOTE-
Kindly note, the background images in artwork are only for demonstration purpose and NOT included in this package for sale..
Price $21.90
High quality and low poly model of Mudkos. Mudkos is perfect for your game, cartoon or any other project.
Originally modelled in Maya.This Mudkos is Rigged.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Mudkos- Faces:5548,Vertices:5872,
RIG
The rig comes in FBX format.A more simple rig is included for use in any other software package.
The advanced rig comes with custom bone widgets, IK constraints, Morph targets etc.
TEXTURES-
1 Variation of textures
Diffuse map,2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
09 Animation List -
Walk Forward,Run Forward,Idle,Jump,Death,Walk_Backward,Run Backward,Attack,Eating.
Website: http://creative.arkayaventures.com/
Animation Demo Link
Model Demo Link
NOTE-
Kindly note, the background images in artwork are only for demonstration purpose and NOT included in this package for sale..
Price $21.90
Scene Teleportation Kit by Megdan Studios
The whole purpose of this asset is to make the teleportation easy. Whether you want to teleport objects within the same scene or to a new scene, this asset should help you get started in no time.
Package content:
Modular 3D platform
The modular 3D platform is sculpted in ZBrush and textured in Substance Painter. There are plenty of modular blocks and you can design your own platform in any way you wish. The project contains some prefabs to get you started.
Make human character (for demo purpose)
The character that is used for demo purpose is created with MakeHuman free software. Animations are hooked up from the standard unity assets.
Teleport visual effects
There is a VFX that you can use for portal/spawn points. You can change the color of the effect to any one you like by simply picking the color in the inspector.
Scripts
There are a couple of simple script files that you can modify in any way you like. Scripts are used for teleportation within the scene as well between the scenes. Keep in mind that the teleported object is retained between the scenes, that is, the object is not destroyed when teleporting to new scene but rather moved to a new scene. Note also that demo scenes do not contain camera object, as camera is attached to the player object which will be moved between the scenes. This can be subject to change in future versions.
Detailed info:
Portal platform info - Verts: 1357
- Faces: 2355
- Tris: 2363
- Resolution: 2048x2048
- Maps: Albedo, Normal, Metalic/Smoothness, Emission
Scripts
- Player: PlayerCamera, PlayerController, PlayerManager, PlayerMovement
- Teleport: PortTrigger, SpawnPoint, Teleportable, Teleporter
Prefabs
- Count: 37
Future plans
- More teleportation options, such as delayed teleportation etc.
- Optional fade-out fade-in effects between transitions
- Player/Teleportable object disolve shader
- And much more...
Support
Remember, you can always contact us if you have any questions or if you need assistance with the assets. Our support center opening hours 08:00 - 21:00 (Central European Standard Time). Remember that we also work on the weekends.
Contac
Information & Questions: info@megdan.dk
Product Support: support@megdan.dk
Price $17.99
Package content:
Modular 3D platform
The modular 3D platform is sculpted in ZBrush and textured in Substance Painter. There are plenty of modular blocks and you can design your own platform in any way you wish. The project contains some prefabs to get you started.
Make human character (for demo purpose)
The character that is used for demo purpose is created with MakeHuman free software. Animations are hooked up from the standard unity assets.
Teleport visual effects
There is a VFX that you can use for portal/spawn points. You can change the color of the effect to any one you like by simply picking the color in the inspector.
Scripts
There are a couple of simple script files that you can modify in any way you like. Scripts are used for teleportation within the scene as well between the scenes. Keep in mind that the teleported object is retained between the scenes, that is, the object is not destroyed when teleporting to new scene but rather moved to a new scene. Note also that demo scenes do not contain camera object, as camera is attached to the player object which will be moved between the scenes. This can be subject to change in future versions.
Detailed info:
Portal platform info - Verts: 1357
- Faces: 2355
- Tris: 2363
- Resolution: 2048x2048
- Maps: Albedo, Normal, Metalic/Smoothness, Emission
Scripts
- Player: PlayerCamera, PlayerController, PlayerManager, PlayerMovement
- Teleport: PortTrigger, SpawnPoint, Teleportable, Teleporter
Prefabs
- Count: 37
Future plans
- More teleportation options, such as delayed teleportation etc.
- Optional fade-out fade-in effects between transitions
- Player/Teleportable object disolve shader
- And much more...
Support
Remember, you can always contact us if you have any questions or if you need assistance with the assets. Our support center opening hours 08:00 - 21:00 (Central European Standard Time). Remember that we also work on the weekends.
Contac
Information & Questions: info@megdan.dk
Product Support: support@megdan.dk
Price $17.99
Ball Road - Game Template by Neptun Digital
Ball Road is a unique game template that anyone can enjoy! Different ball lines are spawned in front of player. You have to drag the two balls to avoid touching the ball line and reach the finish line.
Template Features:
- Addictive gameplay: fast paced and challenging gameplay
- Amazing visual effects: particles, animations, color themes
- Increasing gameplay difficulty: game stages
- Optimised for mobile and tablet devices: scale on different screen sizes
- Works on all platforms: PC, MacOS, iOS, Android, WebGL
Files structure:
1) Animations: animations which are used in project
2) Documentation: documentation about the project
3) Fonts: main project fonts
4) Materials: all physics materials
5) Particles: all particles components used in project
6) Prefabs: object prefabs used in project
7) Scenes: scenes used in project
8) Scripts: script files
9) Sounds: sound files used in project
10) Sprites: sprite files used in project
Your rating, review and feedback are greatly appreciated! Thank you!
Support
Please do not forget to include your invoice number when you need support. Thank you!
Stay in touch with us for new projects!
Price $14.99
Template Features:
- Addictive gameplay: fast paced and challenging gameplay
- Amazing visual effects: particles, animations, color themes
- Increasing gameplay difficulty: game stages
- Optimised for mobile and tablet devices: scale on different screen sizes
- Works on all platforms: PC, MacOS, iOS, Android, WebGL
Files structure:
1) Animations: animations which are used in project
2) Documentation: documentation about the project
3) Fonts: main project fonts
4) Materials: all physics materials
5) Particles: all particles components used in project
6) Prefabs: object prefabs used in project
7) Scenes: scenes used in project
8) Scripts: script files
9) Sounds: sound files used in project
10) Sprites: sprite files used in project
Your rating, review and feedback are greatly appreciated! Thank you!
Support
Please do not forget to include your invoice number when you need support. Thank you!
Stay in touch with us for new projects!
Price $14.99
Simple Road Signs by Sylvain bosserelle
Simple road sign is the most simple and powerful package to make road signs in your project. This package contain all the French road signs, and useful signs in European countries.
You create the sign with an editor UI, and you put it directly in your scene.
Many features :
- Differents sizes of signs
- Differents heights and supports for signs.
- All sizes are standards and like in real life.
- LOD.
- Auto colliders.
- Screws (HDRP).
- Editing wear.
- Iridescence shader (HDRP).
- Until 3 signs on the same pole.
- Sign with custom texture.
Compatibility :
Unity 5.6 to 2018.13
All graphic modes : HDRP, URP, standard.
assetstorage3d@gmail.com
Price $22.27
You create the sign with an editor UI, and you put it directly in your scene.
Many features :
- Differents sizes of signs
- Differents heights and supports for signs.
- All sizes are standards and like in real life.
- LOD.
- Auto colliders.
- Screws (HDRP).
- Editing wear.
- Iridescence shader (HDRP).
- Until 3 signs on the same pole.
- Sign with custom texture.
Compatibility :
Unity 5.6 to 2018.13
All graphic modes : HDRP, URP, standard.
assetstorage3d@gmail.com
Price $22.27
Animated Micro SMG Pack by Ironbelly Studios
Arm rigs are 100% Mecanim compatible!
28 Assets
• (1) AAA Quality MicroSMG (14,616 Tris)
• (3) MicroSMG LODs (25%, 50%, 75%)
• (1) MicroSMG Skeletal Rig (12 bones)
• (5) PBR Textures @ 4096x4096 (Base Color, Metalness, Roughness, Normal Map, Ambient Occlusion)
• (10) Animations (Idle, Walk, Sprint, Fire, Reload, Aim, Aim and Walk, Aim and Fire, Raise, Lower)
• (1) AAA First Person Arms (12,120 Tris)
• (1) Skeletal Rig (70 bones)
• (1) FP Arms LOD (50% - 6,060 Tris)
• (5) PBR Textures @ 4096x4096 (Base Color, Roughness, Normal Map, Ambient Occlusion, Metalness)
The Micro SMG is a bridge between auto-pistols and SMGs. The base model, 3 LODs, model skeletal rig and 10 unique animations are fully rigged and ready to animate. Assets are separate meshes, and include 5 full 4K PBR textures and First Person Arms. Everything is conveniently set-up in Unity, ready to easily drop into your project.
Price $14.99
28 Assets
• (1) AAA Quality MicroSMG (14,616 Tris)
• (3) MicroSMG LODs (25%, 50%, 75%)
• (1) MicroSMG Skeletal Rig (12 bones)
• (5) PBR Textures @ 4096x4096 (Base Color, Metalness, Roughness, Normal Map, Ambient Occlusion)
• (10) Animations (Idle, Walk, Sprint, Fire, Reload, Aim, Aim and Walk, Aim and Fire, Raise, Lower)
• (1) AAA First Person Arms (12,120 Tris)
• (1) Skeletal Rig (70 bones)
• (1) FP Arms LOD (50% - 6,060 Tris)
• (5) PBR Textures @ 4096x4096 (Base Color, Roughness, Normal Map, Ambient Occlusion, Metalness)
The Micro SMG is a bridge between auto-pistols and SMGs. The base model, 3 LODs, model skeletal rig and 10 unique animations are fully rigged and ready to animate. Assets are separate meshes, and include 5 full 4K PBR textures and First Person Arms. Everything is conveniently set-up in Unity, ready to easily drop into your project.
Price $14.99
Wire Frame Training Character by Game Developers Republic
Inspired by modern fighting games, the Wire Frame Training Character is a fully rigged and animated 3d character, that is optimized to not only look good but run smoothly on any platform.
This asset consists of one fighting game characters in "Chibi" style, which is perfect for mobile, pc, or console.
Character 3590 Faces.
texture size - 2048 x 2048
6 Animations Provided (Humanoid Mecanim)
• Fighter Idle 01
• Fighter Idle 02
• Punch
• Kick
• Block Idle
• Standing Idle
The models is fully compatible with the Humanoid rig and animations, fully mecanim compatible & ready to use in game.
Price $0.00
This asset consists of one fighting game characters in "Chibi" style, which is perfect for mobile, pc, or console.
Character 3590 Faces.
texture size - 2048 x 2048
6 Animations Provided (Humanoid Mecanim)
• Fighter Idle 01
• Fighter Idle 02
• Punch
• Kick
• Block Idle
• Standing Idle
The models is fully compatible with the Humanoid rig and animations, fully mecanim compatible & ready to use in game.
Price $0.00
Anubis by Arkaya Venture Limited
PROFESSIONAL 3D MODEL FOR ANIMATIONS AND GAME.
High quality and low poly model of Anubis.Anubis is perfect for your game, cartoon or any other project.
Originally modelled in Maya. This Anubis Rigged is humanoid mecanim System.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Anubis- Faces:8548,Vertices:8803,
RIG
Mecanim ready and ik system rig. All humanoid mecanim and mocap animation supported.
TEXTURES-
1 Variation of textures
Diffuse and Normal Map 2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
25 Root Motion Animation List -
Idle_01,Idle_02,Jump,Jump to Run,Walk Forward_01,Walk Forward_02,Run Forward,Run Backward,Looking Around,
Falling Back Death,Dying,Talking,Waving Gesture,Dance_01,Dance_02,Walk Backward,Sitting,
Standing Walk Left,Standing Walk Right,Attack_01,Dying_02.Happy Walk Forward,Happy Walk Backward,
Tripping,Injured_Walk.
Website: http://creative.arkayaventures.com/
Email
Animation Demo Link
Model Demo Link
NOTE-
Artwork and video is used only for demo purpose.
Price $15.90
High quality and low poly model of Anubis.Anubis is perfect for your game, cartoon or any other project.
Originally modelled in Maya. This Anubis Rigged is humanoid mecanim System.
This 3d model was made with care and detail in every particular, based on real-world objects.
GEOMETRY-
The model is made in MAYA.
All model is 100% smoothable and easily editable.
The level of detail of this 3d model is implemented for the most extreme close-up renderings.
You can applied smooth to each object ( also smaller ones , bolts cables etc...) and you can have higher zoom, without losing detail.
In FBX version maya 2015,
Objects are textured by diffuse maps.
No 3rd party plugin needed.
TECHNICAL INFORMATIONS-
MODEL
Anubis- Faces:8548,Vertices:8803,
RIG
Mecanim ready and ik system rig. All humanoid mecanim and mocap animation supported.
TEXTURES-
1 Variation of textures
Diffuse and Normal Map 2048x2048
Textures formats PNG
1 Rigged Model in FBX format.
ANIMATION-
25 Root Motion Animation List -
Idle_01,Idle_02,Jump,Jump to Run,Walk Forward_01,Walk Forward_02,Run Forward,Run Backward,Looking Around,
Falling Back Death,Dying,Talking,Waving Gesture,Dance_01,Dance_02,Walk Backward,Sitting,
Standing Walk Left,Standing Walk Right,Attack_01,Dying_02.Happy Walk Forward,Happy Walk Backward,
Tripping,Injured_Walk.
Website: http://creative.arkayaventures.com/
Animation Demo Link
Model Demo Link
NOTE-
Artwork and video is used only for demo purpose.
Price $15.90
Special Dance Clip by PolygonCraft
K-pop Dance motioncapture animation. This includes 8 looping clip dances.
It's high quality motioncapture data including finger animation.
This motion is made from humanoid and can be used with motion in your character.
This animation can be utilized for expressing diverse Dancing in making your game.
Price $10.00
Outdoor Atmospheres Sound Effects Pack by Olivier Girardot
Soundcloud Preview
This large pack of Outdoor sounds includes a wide variety of loops to illustrate your different outdoor atmospheres. Over 30 different soundscapes, including mountain, desert, various forests, swamp, snowy lands, but also fantasy atmospheres like dragon lands, ice lands, ever growing meadows and more. You will also find night and day versions for several environments, and separate layers from these atmospheres to re-create your own environments to your liking. A selection of animal sounds and outdoor elements are also included to help you add more life to your sound atmospheres. In total, you will get more than 6 hours of sounds and atmospheres!!! br />
Note that all the sounds in this library are made from scratch and have all been created or recorded by myself. For this album, I did a lot of outdoor recordings, but also studio recordings like branches shaking, or icicle sounds, to give more life to my sounds. The better part of the work was to assemble the recordings and recreate as authentic and immersive atmospheres as possible.
You can learn all about how I made these sounds in my Youtube videos: How I created my Forest Atmosphere !
My Forest in a Storm Sound Design !
My Dragon Land Sound Atmosphere !
My Frozen Forest Sound Atmosphere !
My Haunted Forest Sound Atmosphere !
Features: Over 30 outdoor atmospheres, including realistic or fantasy scenes, by day, or by night, with or without weather occurrences. This pack includes separate layers and occurrences to build your own atmospheres. Find the full list of sounds HERE !
Number of Audio Waves: 95
Duration: Over 6 hours
Size: > 5,83 GB
Sample rate / bit rate: 48 kHz, 24bit Stereo WAVs
Contact me if you have any questions.
Price $20.00
This large pack of Outdoor sounds includes a wide variety of loops to illustrate your different outdoor atmospheres. Over 30 different soundscapes, including mountain, desert, various forests, swamp, snowy lands, but also fantasy atmospheres like dragon lands, ice lands, ever growing meadows and more. You will also find night and day versions for several environments, and separate layers from these atmospheres to re-create your own environments to your liking. A selection of animal sounds and outdoor elements are also included to help you add more life to your sound atmospheres. In total, you will get more than 6 hours of sounds and atmospheres!!! br />
Note that all the sounds in this library are made from scratch and have all been created or recorded by myself. For this album, I did a lot of outdoor recordings, but also studio recordings like branches shaking, or icicle sounds, to give more life to my sounds. The better part of the work was to assemble the recordings and recreate as authentic and immersive atmospheres as possible.
You can learn all about how I made these sounds in my Youtube videos: How I created my Forest Atmosphere !
My Forest in a Storm Sound Design !
My Dragon Land Sound Atmosphere !
My Frozen Forest Sound Atmosphere !
My Haunted Forest Sound Atmosphere !
Features: Over 30 outdoor atmospheres, including realistic or fantasy scenes, by day, or by night, with or without weather occurrences. This pack includes separate layers and occurrences to build your own atmospheres. Find the full list of sounds HERE !
Number of Audio Waves: 95
Duration: Over 6 hours
Size: > 5,83 GB
Sample rate / bit rate: 48 kHz, 24bit Stereo WAVs
Contact me if you have any questions.
Price $20.00
Cinema Halls Bundle by IG BLOCKS
This package contains 8 Cinema Halls for your presentation video and other project with low poly optimized props and scenes! Mobile ready!
!!! Get 8 packs in one and save your money !!!
Bundle includes 8 versions of Modern Cinema Halls scenes
Pack includes Prefabs:
-Cinema Hall01
-Cinema Hall02
-Cinema Hall03
-Cinema Hall04
-Cinema Hall05
-Cinema Hall06
-Cinema Hall07
-Cinema Hall08
-Cinema Sofa
-Cinema ArmChair
-Cinema Chair
-Cinema Seats
-Loudspeakers - 9
-Screen
-Doors - 8
-Lights
Features:
- Scenes with baked GI
- Textures of Cinema Halls customizable
Price $30.00
Cinema Hall 08 by IG BLOCKS
This package contains interior of Cinema Hall for your presentation video and other project with low poly optimized props and scene! Mobile ready!
Pack includes Prefabs:
-Cinema Hall08 (You can create other Interior texture)
-Cinema Chair
-Loudspeaker
-Screen
-Door
Features:
- Scene with baked GI
- Textures of Cinema Hall customizable
Price $10.00
Cinema Hall 07 by IG BLOCKS
This package contains interior of Cinema Hall for your presentation video and other project with low poly optimized props and scene! Mobile ready!
Pack includes Prefabs:
-Cinema Hall07 (You can create other Interior texture)
-Cinema Chair
-Loudspeaker
-Screen
-Door
Features:
- Scene with baked GI
- Textures of Cinema Hall customizable
Price $10.00
Cinema Hall 06 by IG BLOCKS
This package contains interior of Cinema Hall for your presentation video and other project with low poly optimized props and scene! Mobile ready!
Pack includes Prefabs:
-Cinema Hall06 (You can create other Interior texture)
-Cinema ArmChair
-Loudspeaker - 2
-Screen
-Door
Features:
- Scene with baked GI
- Textures of Cinema Hall customizable
Price $10.00
Cinema Hall 05 by IG BLOCKS
This package contains interior of Cinema Hall for your presentation video and other project with low poly optimized props and scene! Mobile ready!
2 versions of Cinema Seats
Pack includes Prefabs:
-Cinema Hall05 (You can create other Interior texture)
-Cinema Seats
-Cinema ArmChair
-Loudspeaker
-Screen
-Door
Features:
- Scene with baked GI
- Textures of Cinema Hall customizable
Price $10.00