Fantasy Cursor02 Set Pack by Coffee duck
Set of 48 hand drawn icons
This set includes: .
-48unique icons in total;
- Each icon is 128x128 pixels size (PNG);
- Each icon is 64x64 pixels size (PNG);
- All Icons have transparent background.
- original PSD included
See the screenshot.
*******************
Click Coffee duck!
have any questions or concerns, leave a comment below or contact me e-mail.
Please rate and comment on the work. Please let me know if you have any suggestions or modifications. Please let me know if you have any recommendations on other future packs or feedback. Please send me an email or leave your comments below
Thank you.
Price $6.50
Fantasy Treasure Item Set Pack by Coffee duck
Set of 93hand drawn icons
This set includes: .
-93 unique icons in total;
- Each icon is 256x256 pixels size (PNG);
- Each icon is 128x128 pixels size (PNG);
- All Icons have transparent background.
- All Icons have Black Background
- original PSD included
See the screenshot.
*******************
Click Coffee duck!
have any questions or concerns, leave a comment below or contact me e-mail.
Please rate and comment on the work. Please let me know if you have any suggestions or modifications. Please let me know if you have any recommendations on other future packs or feedback. Please send me an email or leave your comments below
Thank you.
Price $14.00
Medieval & Adventure Game Loops by Muz Station Productions
Full preview:
https://soundcloud.com/muzstation-game-music/medieval-adventure-ancient-preview
Pack includes:
- 5 different tracks (total duration - 12:30)
- High Quality 16 bit WAV files
If you want original soundtrack for your project write me e-mail: andysv88@gmail.com
Price $10.00
Action Powerful Game Loops by Muz Station Productions
FULL PREVIEW HERE
Pack includes:
- 6 different tracks (total duration - 13 min)
- High Quality 16 bit WAV files
If you want original soundtrack for your project write me e-mail: andysv88@gmail.com
Price $10.00
Smooth Loading Icons | Generic by H.O.D - High Optik Development
*Images made in Photoshop
*No sprite sheets all animated in Unity
*all animations are looped smoothly
*Mobile friendly
*Organized hierarchy
*All animated icons are set up to allow for easy drag and drop into your projects from the main scene and/or the prefabs set up
*All images are high quality PSD files able to be tweaked if needed *30 unique images all animated and looped
Includes:
Downloading
Loading
Searching Files
Unlock
Ball bounce
Pie Chart
Settings
Health
Saving
Price $4.99
Space Harvester a by grayshape
Space Harvester a is resource harvest machine.
It's edit on 3D edit tools.
It's include 8 type of materials. (4 types of clean and 4 types of dirty)
You can modify the albedo texture decals using the included psd file.
Include files
8 Materials
4 Textures (Albedo, emissive, metalSmoothness, normal, AO)
4096 * 4096 size png files.
1 Mesh model (9203 verts)
8 Prefabs
1 Sample Scene
Price $7.00
Street Props Vol 1 by David Miranda
Bench, lamps, drain pipes for roofs, wooden crates, ladders, trash cans and more
All models are configured in a prefab with 3 LOD levels. Textures in high resolution (2k & 4k). More details in the documentation.
Documentation | Windows Demo
Price $20.00
Garden Flowers and Plants Nature Pack by Dragon Motion
Garden Flowers and Plants Nature Pack includes:
-526 HQ Static Meshes, of which:
-414 flowers and plants;
-28 plant segments for splines;
-84 environment models.
For use as mesh detail, you must use LODs from the model.
This pack will allow you to create beautiful natural scenes.
All the textures of plants are unique, they were photographed and processed by our studio for six months. Processed more than 1000 photos.
The demo scene is not included in the project!!!
Technical Information:
Texture Size: 1024*1024
Triangle Count: on average 1037 per 0LOD, 347 per 1LOD, 90 per 2LOD
LODs: Yes, 2 LODs for each model + billboards for some.
Number of Models: 526
Number of Textures (Base Color and Normal): 889
Platforms Tested: Windows 10 x64
Price $55.00
Skill icons. Rogue by GoodDay
Drag and Drop Inventory
Set of hand-drawn skill icons for RPG game.
- Theme: rogue
- Icon size 128x128
- 17 unique icons in total
With best regards, GoodDay team
Price $0.00
Easy Heli Controller by Ajogu micheal
Features
editable drag system
it makes use of unity built in gravity system
perfoms realistic tilt
realistic rotor system
advance AI system
c# scripts
Price $45.99
Steampunk fire-sword by MadeBy
This kit contains:
- Model in 3 formats.
DAE
FBX
OBJ
- Two sets of textures. Each set enclude 4 textures (png)
Base color (2k/4k)
Metallic (2k/4k)
Normal (2k/4k)
Roughtness (2k/4k)
Our portfolio - Art Station
Price $9.00
Low-poly Sports car #13 by Pro 3D models
Technical Details:
3 LOD's:
-LOD0: 13867 tris
-LOD1: 7622 tris
-LOD2: 1213 tris
Type textures:
-Albedo map
-Metallic\Smoothness map
-Normal map
Texture size:
Paint: 4096px
Body: 2048px
Tire: 512px
LicensePlate: 512x256px
Main: 1024px
- Compatible with Unity Vehicle, Edy's and other systems
- PBR textures
- Collision
- 3 levels of LOD
- All nodes, materials and textures are appropriately named
- Emissive texture for lights included
- PSD source files(license plate)
- Rigged Suspension
- It is possible to paint car wheels
- 3 masks for change of color of a pattern(there is a Shader)
- Optimized geometry
If You want to drive this car, just import Vehicles and Cameras from Unity Standard Assets.
Please, rate and comment.
For all questions: vadosrespekt@ukr.net
Price $13.00
Horror game menu (AAA) by RDR
All functionality works. Perfect for horror, survival / it is possible to configure under itself
Menu include:
Logo (PSD)
Complete scene
Pause Menu
Save/Load System (Last Level)
Graphics System
Sound System
Input System
Loading System
All Unity Version
Price $10.00
CsCore by CsUtil.com
Visit https://github.com/cs-util-com/cscore for a complete overview and examples!
Feature Summary
* Log - A minimalistic logging wrapper* EventBus - Publish and subscribe to global events from anywhere in your code. Sends 1 million events in under 3 seconds with minimal memory footprint!
* Injection Logic - A simple inversion of control pattern that does not rely on magic. Relies on the EventBus system, so its super fast as well!
* JSON Parsing - Reading and writing JSON through a simple interface. The default implementation uses Json.NET to ensure high performance
* REST Extensions - Extensions to simplify sending REST requests in as few lines as possible without limiting flexibility
* Directory & File Extensions - To simplify handling files, folders and persisting data
* Common String extension methods demonstrated in StringExtensionTests.cs
* Many other helpful extension methods best demonstrated in HelperMethodTests.cs
Additional Unity Components
* GameObject.Subscribe & MonoBehaviour.Subscribe - Listening to events while respecting the lifecycle of Unity objects* MonoBehaviour Injection & Singletons - Using the injection logic to create and access Unity objects
* The Link Pattern - Making it easy to connect prefabs with code (and by that separate design & UI from your logic)
* MonoBehaviour.ExecuteDelayed & MonoBehaviour.ExecuteRepeated - Executing asynchronous actions delayed and/or repeated
* UnityWebRequest.SendV2 - UnityWebRequest extension methods
* PlayerPrefsV2 that adds Bool as a type and encrypted strings, see PlayerPrefsV2Tests.cs for examples
Price $0.00
Low Poly Palm Trees Pack by AAAnimators
A low poly vegetation pack with 15 different types of palm trees.
There is a prefab for each palm tree ready for use in your game. As simple as drag & dropping the prefabs into a scene. All the assets are PC & mobile friendly.
This asset combines well with the following packages, which is something to consider when buying our assets. We are here to help you build worlds.
Low Poly Dead Tree Pack
We are here to empower the creators. Please contact us via the support link if you are having issues. Our team will get back to you momentarily.
Mesh complexities:
Palm_01
● a 1286 verts; 1566 tris
● b 854 verts; 1002 tris
● c 988 verts; 1188 tris 2 submeshes UV
Palm_02
● a 2705 verts; 2999 tris
● b 4140 verts; 4648 tris
● c 4497 verts; 4999 tris 2 submesh UV
Palm_03
● a 2988 verts; 3350 tris 2 submesh UV
● b 2579 verts; 2881 tris 2 submesh UV
● c 2356 verts; 2638 tris 2 submesh UV
Palm_04
● a 2629 verts; 2994 tris
● b 2600 verts; 2986 tris
● c 2629 verts; 2994 tris
Palm_05
● a 5831 verts; 6540 tris
● b 3230 verts; 3587 tris
● c 3372 verts; 3815 tris
Includes 9 sets of textures with 4 materials:
● Diffuse
● Gloss
● Normal
● Specular
Price $15.99
Crafting System by ProGru
Standard system from recipes using items with no atributes.
Crafting with base materials which have atributes - created item have calculated statistics.
Mixed -using two above crafting systems. This system do all calculations for you. Also provide UI. Plug - Install - Create.
More over you can create exercise methods which give priority in order to elements.
Price $0.00
Retro Electro Free by Ex Lumina Corp.
Positioning prefabs in models can be time-consuming in Unity, but easy in a 3D modeling program like Blender or SketchUp. Ex Lumina suggests that you use simple "stand-in" models made of boxes and spheres to represent these prefabs while you create your models in that kind of program. We have included a simple script that you can use to replace your stand-ins with instances of these prefabs after you have imported your model into Unity.
Price $0.00
Music Bundle Pro (Part 01) by WAV MANIACS
WAV Maniacs Presents Music Bundle Pro - Big Audio Asset Pack.
You get royalty free music in such genres as Electronic, EDM, Live Music, Bass House, Dubstep, Glitch Hop, Trap, Drumstep, Chillstep, Breakbeat, Breaks, Drum And Bass, House, Electro House, Techno, Downtempo, Hip-Hop, Trip Hop, Cinematic.
Music Bundle Pro cones with 15+ Gb of royalty free music. Bundle Pro contain 218 full mixed tracks separated to audio stems and loop parts, in total more than 1900 audio files!
Full Music Bundle Pro Specs:
• Stereo WAV Files
• 16-bit / 44.100 kHz
• Number of Audio Tracks: 1952
• Number of Audio Cues: 1952
• Does music loop: Yes
• Separated by stems: Yes
• Minutes of audio provided: 23 h 24 min 14 sec
• Works on all platforms
Preview and detailed info (BPM, Root Key, Music Loudness .etc) about each music track you can check on the wavmaniacs.com .
In this PART 01 of Music Bundle Pro you will find 1.9 Gb of Royalty Free Music (Bass House and Various Themes).
Price $7.99