2D Car Pack with Vehicle controller by Buggy
Ready to use 2D car pack.
Contains customizable car sprites and car controller (keyboard and multitouch control) (no sound).
9 cars
50+ sprites
and endless possibilities
Each car consists of:
-rotating front wheels
-body
-custom color
-custom second colors
-tire marks particles
-car behavior script
(cannon and tree as a gift)
for PC and mobile
Price $15.00
Contains customizable car sprites and car controller (keyboard and multitouch control) (no sound).
9 cars
50+ sprites
and endless possibilities
Each car consists of:
-rotating front wheels
-body
-custom color
-custom second colors
-tire marks particles
-car behavior script
(cannon and tree as a gift)
for PC and mobile
Price $15.00
>Developer Console by Diversion Ctrl
The developer console is a runtime debug and command interface for Unity applications.
--- FEATURES ---
- Easy to setup – just drag and drop the prefab into your scene.
- Utilizes Unity’s built-in UI system for maximum compatibility and flexibility.
- Full professionally structured and documented C# source code included.
- Display debug messages at runtime – useful for debugging builds where Unity’s built-in debug console is unavailable.
- Subscribes to Unity’s built-in debug events – no need to modify your existing code, just keep using ‘Debug.Log()’ as normal.
- Highly customizable – choose whether to show timestamps, stack traces, collapse duplicate messages and more…
- Optionally outputs all debug messages to a text file on disk.
- Call any method at runtime by typing a custom command string – useful for testing builds where Unity’s inspector is unavailable, or to give users access to ‘cheat codes’.
- Supports public, non-public, static and non-static methods.
- Supports methods with any number of parameters.
- Automatically generate a persistent unique ID for GameObjects – useful to pass GameObjects or Components as parameters within commands.
- Supports batch commands – enter multiple commands at once or read them in from a text file on disk.
--- SUPPORTED PLATFORMS ---
- PC
- Other platforms should work but are untested. File input/output is unsupported in web player builds.
--- SUPPORTED UNITY VERSIONS ---
- Unity 2018.2.x or newer running the .Net 4.x scripting runtime or higher.
- Older versions of Unity running the same scripting runtime should work but are untested.
--- ADDITIONAL INFO ---
- Manual
- Scripting API
Price $15.00
--- FEATURES ---
- Easy to setup – just drag and drop the prefab into your scene.
- Utilizes Unity’s built-in UI system for maximum compatibility and flexibility.
- Full professionally structured and documented C# source code included.
- Display debug messages at runtime – useful for debugging builds where Unity’s built-in debug console is unavailable.
- Subscribes to Unity’s built-in debug events – no need to modify your existing code, just keep using ‘Debug.Log()’ as normal.
- Highly customizable – choose whether to show timestamps, stack traces, collapse duplicate messages and more…
- Optionally outputs all debug messages to a text file on disk.
- Call any method at runtime by typing a custom command string – useful for testing builds where Unity’s inspector is unavailable, or to give users access to ‘cheat codes’.
- Supports public, non-public, static and non-static methods.
- Supports methods with any number of parameters.
- Automatically generate a persistent unique ID for GameObjects – useful to pass GameObjects or Components as parameters within commands.
- Supports batch commands – enter multiple commands at once or read them in from a text file on disk.
--- SUPPORTED PLATFORMS ---
- PC
- Other platforms should work but are untested. File input/output is unsupported in web player builds.
--- SUPPORTED UNITY VERSIONS ---
- Unity 2018.2.x or newer running the .Net 4.x scripting runtime or higher.
- Older versions of Unity running the same scripting runtime should work but are untested.
--- ADDITIONAL INFO ---
- Manual
- Scripting API
Price $15.00
Police People Pack by By Chekov
Police People Pack - package of beautiful realistic people. This asset contains 4 models. The package has 46 animations (Walking, running, attack, death, shooting and other animations).
All models and geometry of FBX are made of triangles.
All models have a skeleton and can be animated with Mecanim.
Diffuse, Normal Map 2048X2048 PNG textures. Rig: 65 bones
Price $10.00
All models and geometry of FBX are made of triangles.
All models have a skeleton and can be animated with Mecanim.
Diffuse, Normal Map 2048X2048 PNG textures. Rig: 65 bones
Price $10.00
Animation Combo System by Generics Studio
Animation Combo System, is an easy-to-use utility class, which you can use to setup Animation Combos for your game in less than a minute !.
How to Integrate:
-Drag the animation clips to Mecanim
-use the interfaces provided to create a combo using these animation clips
-Design your input Sequence
-Fire the game !
Check out this tutorial to see it in action
- User-friendly
- Fast Workflow
- Very Modular
- Maximises Usability
- Flexible and Extendable
- offer simple API’s and events to help build logic using your existing Codebase + the newly made Combos
- Zero decencies to other Code Libraries
-full source code included
support email: moatyiv@gmail.com
Price $10.00
GPU Occlusion Culling by Ciprian Stanciu
This package will improve performance by culling objects that are occluded by other objects in your scene. It uses the GPU slightly more but reduces CPU pressure by drastically reducing drawcalls.
It also has a lag of 1-3 frames because it disables objects that were not visible 1-3 frames ago.
It only works with DirectX 11, 12 and consoles. It does not support OpenGL.
It only works with opaque objects.
It works with static or dynamic objects.
Price $9.99
It also has a lag of 1-3 frames because it disables objects that were not visible 1-3 frames ago.
It only works with DirectX 11, 12 and consoles. It does not support OpenGL.
It only works with opaque objects.
It works with static or dynamic objects.
Price $9.99
XenoSandboxGenerator by Erarnitox
This Asset allows you to create your own
Sandbox Level with only one button click
It creates the Map by stitching multiple
Terrains together and then automaticly places
buildings, objects and vegetation on the Map
It also creates a map border automaticly
This package does also come with a custom Terrain shader with:
-distance blending (to minimize tiling)
-noise overlay (to minimize tiling)
-Triplanar mapping
-hard blending between textures
This package also contains sample object prefabs with lod models, ground textures and a sample scene.
for more information have a look here:
Article
Price $14.99
Sandbox Level with only one button click
It creates the Map by stitching multiple
Terrains together and then automaticly places
buildings, objects and vegetation on the Map
It also creates a map border automaticly
This package does also come with a custom Terrain shader with:
-distance blending (to minimize tiling)
-noise overlay (to minimize tiling)
-Triplanar mapping
-hard blending between textures
This package also contains sample object prefabs with lod models, ground textures and a sample scene.
for more information have a look here:
Article
Price $14.99
Light Resource Loader by Alessio
Have you ever find yourself in the position where you need so many asset references, that the game just takes load and load of device memory and time to load?
That's probably because whenever you reference any asset from the Resources folder in your components, it gets loaded into memory, even before you need them.
That's obviously a problem.
You can solve it with this plugin!
I'm always happy to improve my tools, if you find any bugs or have some feature requests, send me an email to Piemaker89@gmail.com
This asset might change pricing in the future if more stuff is added.
Price $0.00
That's probably because whenever you reference any asset from the Resources folder in your components, it gets loaded into memory, even before you need them.
That's obviously a problem.
You can solve it with this plugin!
I'm always happy to improve my tools, if you find any bugs or have some feature requests, send me an email to Piemaker89@gmail.com
This asset might change pricing in the future if more stuff is added.
Price $0.00
Low Poly Arsenal - Silver by Vertical Limits Studio
Welcome to Low Poly Arsenal - Silver! This low-poly styled pack contains 8 weapons: 1 bow, 1 dagger, 1 sword, 1 axe, 1 mace, 1 hammer, 1 war axe and 1 greatsword, and 1 arrow for you to play around with and use in your Game project!
All weapons come with an Albedo map, a Specular Intensity map and an Ambient Occlusion map, all textures are 2048 by 2048. All meshes are also properly UV mapped, so you can edit textures to your heart's content (gradients, anyone?). Also Included are "Light" versions of each weapon which are aimed at mobile platforms. They are the same model paired with a mobile/diffuse shader with one 128 by 128 albedo map shared across all weapons, aimed at improving performance.
Bows are also animated:
- Full Loop.
- Draw Animation.
- Hold Animation.
- Fire Animation.
- Idle Animation.
A demo Scene is included, where all the weapons are displayed, and bows' animation can be toggled on and off.
---MANNQUINS FROM SCREENSHOT NOT INCLUDED---
Low Poly Arsenal - Stone.
Low Poly Arsenal - Iron.
Low Poly Arsenal - Steel.
Price $10.00
All weapons come with an Albedo map, a Specular Intensity map and an Ambient Occlusion map, all textures are 2048 by 2048. All meshes are also properly UV mapped, so you can edit textures to your heart's content (gradients, anyone?). Also Included are "Light" versions of each weapon which are aimed at mobile platforms. They are the same model paired with a mobile/diffuse shader with one 128 by 128 albedo map shared across all weapons, aimed at improving performance.
Bows are also animated:
- Full Loop.
- Draw Animation.
- Hold Animation.
- Fire Animation.
- Idle Animation.
A demo Scene is included, where all the weapons are displayed, and bows' animation can be toggled on and off.
---MANNQUINS FROM SCREENSHOT NOT INCLUDED---
Low Poly Arsenal - Stone.
Low Poly Arsenal - Iron.
Low Poly Arsenal - Steel.
Price $10.00
Bat by Ryo Arai
This is a simple Low-Polly Bat model.
7 animation clips includes.
3 materials.
sample webGL scene linked here.
Price $7.00
7 animation clips includes.
3 materials.
sample webGL scene linked here.
Price $7.00
Oil-Barrel by TGM
Oil Barrel:
Optimized and high quality oil barrel model. Modeled with real-life proportions and details especially for use in games both PC and Mobiles.
Key Features:
Unwrapped UVs
High quality (2k) PBR Textures
Non-overlapped UVs
Texture details:
-1 Albedo Map
-1 Metallic Map
-1 Specular Map
-1 Ambient occulsion Map
-1 Roughness Map
-1 Height Map
-1 Normal Map
Geometry Details:
1472 Tris
1290 Vertices
Model is Combined Single mesh completely unwrapped and with Single material.
For Support Contact:
edwardjamesss11@gmail.com
Price $4.99
Optimized and high quality oil barrel model. Modeled with real-life proportions and details especially for use in games both PC and Mobiles.
Key Features:
Unwrapped UVs
High quality (2k) PBR Textures
Non-overlapped UVs
Texture details:
-1 Albedo Map
-1 Metallic Map
-1 Specular Map
-1 Ambient occulsion Map
-1 Roughness Map
-1 Height Map
-1 Normal Map
Geometry Details:
1472 Tris
1290 Vertices
Model is Combined Single mesh completely unwrapped and with Single material.
For Support Contact:
edwardjamesss11@gmail.com
Price $4.99
Tutorial Hand Finger Touch Screen Gui Animation by 3dMaster
Great collection of 17 Finger Tutorial 2d sprite sheet animations (tap, swipe, biggerize, smallerize etc) from 5 years experienced CG master.
- Features:
- You can adjust the animation speed.
- You can play the animation in a different direction.
- Sprite animations work much better than any other shaders and particles due to memory capacity.
- File Formats: transparent Png.
- Each frame dimension is 256x256 px.
- Each sprite sheet is compressible because the dimension of each sprite is equal to 4.
- Optimized for games.
- No setup or plug-ins required.
- All materials, sprites and other parts of pack properly named.
- Demo Scene with all prefabs is included.
Good luck making your games and if you have any question please don't hesitate to ask!
Price $9.00
- Features:
- You can adjust the animation speed.
- You can play the animation in a different direction.
- Sprite animations work much better than any other shaders and particles due to memory capacity.
- File Formats: transparent Png.
- Each frame dimension is 256x256 px.
- Each sprite sheet is compressible because the dimension of each sprite is equal to 4.
- Optimized for games.
- No setup or plug-ins required.
- All materials, sprites and other parts of pack properly named.
- Demo Scene with all prefabs is included.
Good luck making your games and if you have any question please don't hesitate to ask!
Price $9.00
American Formula Racing Car by Marcelo Barrio
American Formula Racing Car. Similar to F1 or International Formula cars. It includes the template so you can add as many liveries as you want. The included ones are fictional, based on the 2005 Indycar Series
Total polycount: 17.000 including driver (not rigged), cockpit, stearing wheel and everything.
Very profesional an simple uvs.
Please don´t hesitate to comment or ask any questions.
Price $4.99
Total polycount: 17.000 including driver (not rigged), cockpit, stearing wheel and everything.
Very profesional an simple uvs.
Please don´t hesitate to comment or ask any questions.
Price $4.99
Cartoon Room Kabuki by VuStudios
* Asset cartoon furniture game " Cartoon Room Kabuki "
* Package mid-poly 3d model ready for games and other real-time apps
* More than 35+ 3D object low poly game ready basement models done in a toon style
* All models have simple handpainted textures applied(size 2048/2048)
* All models and textures works perfectly in Unity as well
* Geomertry model 3D :
-80464(polys)
-84316( vertices)
-160910 (Tris)
Price $15.00
* Package mid-poly 3d model ready for games and other real-time apps
* More than 35+ 3D object low poly game ready basement models done in a toon style
* All models have simple handpainted textures applied(size 2048/2048)
* All models and textures works perfectly in Unity as well
* Geomertry model 3D :
-80464(polys)
-84316( vertices)
-160910 (Tris)
Price $15.00
Fantasy Skill Icons Vol4 by ClayManStudio
A set of of 300 hand-drawn skill icons. All icons are of high quality. A good choice for any modern games.
Package contains icons of skills and spells.
All Icons are placed in folders by the colors.
- Each icon is 256x256 pixels size (PNG);
- 300 icons in total.
- All Icons have gray-scale version
Price $9.99
Package contains icons of skills and spells.
All Icons are placed in folders by the colors.
- Each icon is 256x256 pixels size (PNG);
- 300 icons in total.
- All Icons have gray-scale version
Price $9.99
