Asset Store newest packages

Subscribe to Asset Store newest packages feed Asset Store newest packages
The newest packages in the Unity Asset Store.
Updated: 2 min 19 sec ago

KatanaGirl1 by tripleDeeper

2023, May 17 - 15:46
3D game-ready modular animated model with unreal live link apple blendshapes and modular animated weapons suitable for shooters, action games, ect.

Number of textures 304

Texture dimensions 4096

Polygon count of Katana_Girl1_Full_01 - tris 171252

Polygon count of Katana_Girl1_Full_02 - tris 120304

Polygon count of Katana_Girl1_Full_03 - tris 97895

Polygon count of Katana_Girl1_Full_04 - tris 176040

Polygon count of Katana_Girl1_Full_05 - tris 135769

Polygon count of Katana_Girl1_Full_06 - tris 83617

Polygon count of Katana_Girl1_Full_07 - tris 86482

Minimum polygon count 83617

Maximum polygon count 176040

Number of meshes/prefabs 7

Rigging: Yes

Animation count 100

Animation type list GetHit2, HitSword, GoBack, Idle1, Jump, Killed1, Idle2Sword, Idle2, DiagonalHitSword2, JumpHitSword, Death2, PullGunsOut, PushGunsBack, GunsReload, DiagonalHitSword, WalkForward, Idle, RunForward, BattlePoseSword2, GoLeft, GoRight, GetHit, Death1, Death1_Dynamic, Death1_Sword_Dynamic, Death1_Gun_Dynamic, GetHit_Sword_dynamic, GetHit_Gun_dynamic, GetHit_dynamic, GoRight_dynamic, GoRight_Sword_dynamic, GoRight_Gun_dynamic, GoLeft_Sword_dynamic, GoLeft_dynamic, GoLeft_Gun_dynamic, BattlePoseSword_Sword_dynamic, BattlePoseSword2_Sword_dynamic, RunForward_Sword_dynamic, RunForward_Gun_dynamic, RunForward_dynamic, Idle_dynamic, Idle_Sword_dynamic, Idle_Gun_dynamic, WalkForward_Sword_dynamic, WalkForward_Gun_dynamic, WalkForward_dynamic, DiagonalHitSword_Sword_dynamic, GunsReload_dynamic, PullGunsOut_dynamic, PushGunsBack_dynamic, Death2_Sword_dynamic, Death2_Gun_dynamic, Death2_dynamic, JumpHitSword_Sword_dynamic, CrossHitSword_dynamic, Idle2_dynamic,Idle2_Sword_dynamic, Idle2Sword_Sword_dynamic, Killed1_Gun_dynamic, Killed1_dynamic, Killed1_Sword_dynamic, Jump_Gun_dynamic, Jump_dynamic, Idle1_Sword_dynamic, Idle1_Gun_dynamic, Idle1_dynamic, GoBack_dynamic, GoBack_Sword_dynamic, GoBack_Gun_dynamic, HitSword_Sword_dynamic, GetHit2_dynamic, GetHit2_Gun_dynamic, GetHit2_Sword_dynamic, Kick_dynamic, Kick_Gun_dynamic, Kick_Sword_dynamic, Kick, Idle2_Gun_dynamic, Jump_Sword_dynamic, CrossHitSword, DiagonalHitSword2_Sword_dynamic, PunchGun_Gun_dynamic, PunchGun, PullSword_out_dynamic, PushSword_in, PullSword_out, PushSword_in_dynamic, RunForward2_Sword_dynamic, RunForward2, GunsFire_Gun_dynamic, GunsFire, BattlePoseSword, Shot_GunL, Shot_GunR, Reload_GunR, Reload_GunL, Reload_GunR2, Reload_GunL2, Shot_GunR2, Shot_GunL2.

UV mapping: Yes

LOD information (count, number of levels) No

Types of materials and texture maps (e.g., PBR) Yes

Live Link Face: Yes

Include weapon: Katana-sword, 2 pistols

Cloth simulation: Physics baked for all my animations 


The model is completely modular, you can remove or add any part you want. The pack contains 7 prefabs:


Katana_Girl1_Full_01 - tris 171252

Katana_Girl1_Full_02 - tris 120304

Katana_Girl1_Full_03 - tris 97895

Katana_Girl1_Full_04 - tris 176040

Katana_Girl1_Full_05 - tris 135769

Katana_Girl1_Full_06 - tris 83617

Katana_Girl1_Full_07 - tris 86482


The model contains 100 animations(include ones with baked dynamics), 36 with sword, 29 with modular guns(animated for shooting and reloading), and the rest ones are for body with no weapon. 

PBR Textures - 304: AlbedoTransparency, Normal, AO, MetallicSmoothness 4096pix .png(down to 1024х1024) 


The version has color customizable body, hair. The head contains 52 live link Apple blendshapes. You can try to set up the physics of chain by yourself, but it's baked for my custom animations only.


Boots, jacket, scarf and sleeves of the model are desirable to use a shader with two-sided display of polygons. Haircuts rendered with promo hair shader, use your one also please.


Preparation time ~9 months


Price $50.00

Cute Girl Voices by MJQ Studio Works

2023, May 17 - 15:14
A cute girl voices for all use purposes like games, film/animation made using Unity and notifications and more, this is audio, compatible in all Unity versions.
  • 74 High Quality Clean Audio Files (More voices will be added later)
  • WAV Format
  • 48000Hz
  • 16 Bit
  • Mono
  • Loopable
  • English (Currently)
  • This is audio, compatible in all Unity versions. 

- A cute girl voices for all use purposes.

This includes 74 high quality audio files in WAV format at 4800Hz and 16 bit.


- Voices like announcement,

notification, short phrases, action voices, hurt pain voices and more.

See the "Package Content" tab for the list of all voices.


- Recorded by us and in English.


Price $10.00

Scriptable Data: Easy saving and code decoupling by Enjlectric

2023, May 17 - 15:11
Scriptable Data speeds up your development, helps you set up Save Data quickly and keeps your code clean in larger projects.
  • ScriptableObject setups for bool, byte, float, double, short, int, long, char, string, as well as for lists of all those data types
  • ScriptableData objects reset to their default value when entering play mode.
  • ScriptableData objects have two default values: One for testing, and one for production. Iterate quickly by setting test values that suit your needs, without having to remember to change things back later!
    • Toggle between the two defaults quickly through the Tools menu.
  • Comes integrated with a simple to use, ScriptableData-based Save Game solution.
    • Save Manager component contains a list of ScriptableData for saving.
    • Using the SaveInterface Component on an object in your scene, you can access options to Save and Restore a save data.
    • Multiple save slots supported.

If you have struggled with any of these before, Scriptable Data is for you!

  • Forgetting to reset a variable from testing, leading to wrong data like attack damage noticed days later
  • UI turning into a mess of references to world objects, just so that player health updates correctly
  • Noticing too late that you have no scalable Save Game solution and don't know where to begin
  • Wanting to get into data-oriented design with Unity, but finding the prospect daunting

ScriptableData addresses these common issues by giving you a set of ScriptableObjects that reset when the game starts. Their resetting property allows them to be used without fear of mid-game changes carrying over back into editing. As such, they are perfect for loose coupling of otherwise unrelated scripts that share an interest in a specific set of variables.


Price $6.99

DemonBoss5 by Panchenko Lyudmila

2023, May 17 - 14:59
Low-poly model of the character DemonBoss 5 Suitable for games of different genre: RPG, strategy, first-person shooter, etc.

Textures pack 4096x4096

Albedo

Normal Map

Ambient Occlusion

Metalic+gloss

Emmision


3 skins

materials 3

textures 13

extra joins

Jaw_joint


The model contains 18

attack (x5)

walking (x2)

running (x1)

Straif LR (x2)

idle (x2)

death (x2)

gethit (x3)

rage (x1)


faces 8762

verts 7817

tris 15294


Price $40.00

DemonBoss4 by Panchenko Lyudmila

2023, May 17 - 14:59
Low-poly model of the character DemonBoss 4 Suitable for games of different genre: RPG, strategy, first-person shooter, etc.

Textures pack 4096x4096

Albedo

Normal Map

Ambient Occlusion

Metalic+gloss

Emmision


3 skins

materials 3

textures 13


The model contains 19

attack (x4)

walking (x2)

running (x1)

Straif LR (x2)

idle (x2)

death (x3)

gethit (x3)

rage (x1)


faces 14591

verts 12344

tris 24419


Price $40.00

CAD Server Pro by LucasEvan

2023, May 17 - 14:44
The plug-in uploads the CAD model to the server, and the server automatically converts the uploaded CAD model and loads the converted data to unity's client.

FEATURES


• Server-side conversion supports STEP 3D file format (.stp, step)

• Server-side conversion supports IGES 3D file formats (.igs, .iges)

• Server-side conversion supports FBX 3D file format (.fbx、.dae、.obj)

• Server-side conversion supports Catia V4 3D file format (. model,. dlv,.dlv3,.exp,.session)

• Server-side conversion supports Catia V5 3D file format (. CATPart,. CATProduct)

• Server-side conversion supports Catia V6/3DEXPERIENCE 3D file format (. 3dxml)

• Server-side conversion supports PARASOLID 3D file format (. x_t,.x_b,.xmt_txt,.xmt_bin)

• Server-side conversion supports SolidWorks 3D file format (. sldprt,.sldasm)

• Server-side conversion supports Solid Edge 3D file format (. par,.psm,.asm,.sldasm)

• Server-side conversion supports ProE/Creo Parametric 3D file format (. par,.xpr,.asm,.xas)

• Server-side conversion supports DWG/DXF 3D file format (.dwg,.dxf)

• Server-side conversion supports IFC 3D file format (.ifc)

• Server-side conversion supports Inventor 3D file format (.ipt,.iam)

• Server-side conversion supports Rhino 3D file format (.3dm)

• Provides cli conversion function

• Provides server conversion source code

• The client supports WebGL, IOS, Android, Mac, Windows, Editor platform loading

• Supports built-in render pipelines, URP render pipelines, HDRP render pipelines

• Supports Chinese name import

• Support multidimensional sub-material import


The server-side converter only supports Window systems or window server systems.


CAD Server differs from CAD Import

1. The transformation of the CAD Server model is on the server side, and the client loads the converted data on the server side.

2. Because the CAD model conversion is converted on the server, more client platforms are supported to load the CAD model.


THIRD-PARTY ASSETS

  • Asset uses Newtonsoft Json.NET under MIT License; see Third-Party Newtonsoft.Json_License.txt file in package for details.
  • Asset uses UnityGLTF under MIT License; see Third-Party UnityGLTF_License.txt file in package for details.
  • Asset uses SharpZipLib under MIT License; see Third-Party SharpZipLib_License.txt file in package for details.

Price $2140.00

WallPen - Interior Drawing Tool by MELTPACK

2023, May 17 - 14:25

Allows the drawing of walls and floors in a scene view grid in the editor

Supports all OS that run Unity Editor.

Allows prefab saving and procedural generation


WallPen is a tool designed for level designers to alleviate all the problems of interior level design. Easy, prototype-friendly controls allow you to easily and quickly draw out walls and floors to quickly create a interior level.



🖊️FEATURES:🖊️

◼ Intuitive, plug-and-play controls!

◼ Seamlessly compatible with prefab workflows! Pre-create interiors and instantiate them at runtime for easy, procedural levels!

◼ Supports custom wallsets.

◼ Allows quick prototyping and creation of walls, floors, and more using a scene-view integrated drawing system!

◼ Supports any height, allowing for multiple floors.


Price $30.00

Missile Launcher M-261 by Pukamakara

2023, May 17 - 14:09
Realistic 3d model of Missile Launcher M-261 and Hydra 70 Missile

- Asset model has 3 objects

- Polycount:

Launcher:

  • 1.174 polys
  • 2.164 tris
  • 1.098 verts

Missile

  • 528 polys
  • 972 tris
  • 500 verts

Textures (*.TGA) 4096x4096

- Diffuse

- Specular

- Glossiness

- Base color

- Metallic

- Roughness

- Normal

- Ambient Occlusion

Available in two colors - dark and desert


Low poly

Real world scale

Units used: meters


- The model has 100% Scale, placed in 0,0,0 coordinates and doesn't have rotations


- All parts are fully UV unwraped. No multi-materials or color fills.

- All parts and materials have logical names and ready for coding. (no names such as Object001 or Default - 01)

- Some identical parts have the same UV coordinates (overlapped). It saves textel resolution and does not influence on Ambient occlusion map (no black spots)

- PBR textures are available for Specular-Glossiness and Metalness-Roughness workflows



Originally created with 3ds Max 2021. No 3rd party plugins required.


Software used:

- 3ds Max 2021 for modeling

- UV Layout for unwrapping

- Photoshop and Substance Painter for texturing

- Marmoset Toolbag and V-Ray for rendering


NOT included with the file:

- Light rig/HDRI

- Helicopter


Tags:


m-261 m261 launcher hydra 70 apache rocketry rocket missile u.s. aircraft airplane helicopter weapon equipment war military explode explosive anti tank force air

m-261,m261,launcher,hydra,70,apache,rocketry,rocket,missile,u.s.,aircraft,airplane,helicopter,weapon,equipment,war,military,explode,explosive,anti,tank,force,air


Price $39.00

Aircraft External Fuel Tank 120L by Pukamakara

2023, May 17 - 14:08
Realistic 3d model of Aircraft External Fuel Tank 120 liters

- Asset model has 2 objects

- Asset model has:

  • 906 polys
  • 1.716 tris
  • 904 verts

Textures (*.TGA) 4096x4096

  • - Diffuse
  • - Specular
  • - Glossiness
  • - Base color
  • - Metallic
  • - Roughness
  • - Normal
  • - Ambient Occlusion

Available in two colors - dark and desert


Low poly

Real world scale

Units used: meters


- The model has 100% Scale, placed in 0,0,0 coordinates and doesn't have rotations


- All parts are fully UV unwraped. No multi-materials or color fills.

- All parts and materials have logical names and ready for coding. (no names such as Object001 or Default - 01)

- Some identical parts have the same UV coordinates (overlapped). It saves textel resolution and does not influence on Ambient occlusion map (no black spots)

- PBR textures are available for Specular-Glossiness and Metalness-Roughness workflows



Originally created with 3ds Max 2021. No 3rd party plugins required.


Software used:

- 3ds Max 2021 for modeling

- UV Layout for unwrapping

- Photoshop and Substance Painter for texturing

- Marmoset Toolbag and V-Ray for rendering


NOT included with the file:

- Light rig/HDRI

- Helicopter


Tags:


fuel tank gas gasoline benzine kerosin cistern aircraft helicopter airplane jet equipment

fuel,tank,gas,gasoline,benzine,kerosin,cistern,aircraft,helicopter,airplane,jet,equipment


Price $10.00

Missile Launcher M-260 by Pukamakara

2023, May 17 - 14:06
Realistic 3d model of Missile Launcher M-260 and Hydra 70 Missile

- Asset model has 3 objects


- Polycount:

Launcher:

  • 818 polys
  • 1540 tris
  • 818 verts

Missile

  • 528 polys
  • 972 tris
  • 500 verts

Textures (*.TGA) 4096x4096

- Diffuse

- Specular

- Glossiness

- Base color

- Metallic

- Roughness

- Normal

- Ambient Occlusion

Available in two colors - dark and desert


Low poly

Real world scale

Units used: meters


- The model has 100% Scale, placed in 0,0,0 coordinates and doesn't have rotations


- All parts are fully UV unwraped. No multi-materials or color fills.

- All parts and materials have logical names and ready for coding. (no names such as Object001 or Default - 01)

- Some identical parts have the same UV coordinates (overlapped). It saves textel resolution and does not influence on Ambient occlusion map (no black spots)

- PBR textures are available for Specular-Glossiness and Metalness-Roughness workflows



Originally created with 3ds Max 2021. No 3rd party plugins required.


Software used:

- 3ds Max 2021 for modeling

- UV Layout for unwrapping

- Photoshop and Substance Painter for texturing

- Marmoset Toolbag and V-Ray for rendering


NOT included with the file:

- Light rig/HDRI

- Helicopter


Tags:


m-260 m260 launcher hydra 70 apache rocketry rocket missile u.s. aircraft airplane helicopter weapon equipment war military explode explosive anti tank force air

m-260,m260,launcher,hydra,70,apache,rocketry,rocket,missile,u.s.,aircraft,airplane,helicopter,weapon,equipment,war,military,explode,explosive,anti,tank,force,air


Price $39.00

3D Alchemy Lowpoly Pack by CatBorg Studio

2023, May 17 - 13:31
A low poly asset pack of Props assets to create a alchemy themed polygonal style game.

Number of textures: 1;

Number of materials: 5;

Texture dimensions: 10x7;

Number of meshes: 143;

Number of prefabs: 91;

Rigging: No;

Animation count: 0;

Behold! CatBorg Studio™ Presents -

A low poly asset pack of Props assets to create a alchemy themed polygonal style game.


A great addition to 3D Dungeon Lowpoly Pack.


Key Features


Props (91)


Alchemy equipments

Ampule 3 color models, Ampule Glassy 3 color models, Bottle 7 models, Candle, Carring Desk, Cauldron 3 models, Chest, Clamps 2 models, Cylinder Scale, Flask Flat Bottom 2 models & 3 Amount of Fluid Fill, Flask Round Bottom 2 models & 3 Amount Of Fluid Fill, Forge, Hourglass, Jar 2 Models, Magnifying Glass, Ampule Rack 2 models, Shop Weight/Scale, Skull, Spoon, Stander 4 models, Shop Weight/Scale Weights.


Alchemy furnitures

Chair 2 models, Desk, Dresser, Wardrobe 3 Models, Night Stand, Shelw 3 models, Rack, Table.


Alchemy Ingredient

Acorn, Bat, Bat Wing, Bone, Brain, Claw, Crystal, Egg 2 Models, Eye 2 Models, Fang, Frog, Hart, Horn 2 Models, Mandragora Mushroms 2 Models, Octopus Leg, Scorpion Tail, Snail, Starfish, Unicorn Horn, Tooth.


Books

Book 4 color versions, Book Bound 4 color versions, Scroll 2 models.



Price $15.00

Audio_Sound_Fx_Pack by AFTERTIME

2023, May 17 - 12:57

Multi-purpose sound effects library containing 29 of sound effects ultimately suitale for any game genre.


If you like this package, please ckeck out other BGM pack.

For eg:

Sound_FX_pack1

ATK_Sound_FX_pack1


[Sound LIST]


Atk_Sound

  1. SFX_Atk_01
  2. SFX_Atk_02
  3. SFX_Atk_03
  4. SFX_Atk_04
  5. SFX_Atk_05
  6. SFX_Atk_06
  7. SFX_Atk_07
  8. SFX_Atk_08
  9. SFX_Atk_09
  10. SFX_Atk_10
  11. SFX_Atk_11
  12. SFX_Atk_12
  13. SFX_Atk_13
  14. SFX_Atk_14
  15. SFX_Atk_15

General_Sound Fx

  1. BackUI
  2. CardKey
  3. EatCell_1
  4. Enemy
  5. etfx_explosion_gas
  6. GameStart
  7. Gravity1(Up)
  8. Gravity2(Down)
  9. Hit
  10. Lava_Death
  11. Portal
  12. Respawn
  13. stamina Recovery
  14. Valve

Price $8.99

TUF: 100 Grass Textures by Rahmani Technologies

2023, May 17 - 12:45
Create stunning low poly environments with The Ultimate Flat: 100 Grass Textures - PSD files for easy editing.

Number of Textures: 100

Texture Dimentions: 1024 x 1024

Add beautiful and unique grass textures to your low poly scenes with The Ultimate Flat: 100 Grass Textures pack. This pack includes 100 PSD files that are fully layered and editable, allowing you to easily customize the textures to fit your project's needs. Designed with stylized and low poly scenes in mind, The Ultimate Flat: 100 Grass Textures pack is a must-have for any game developer, 3D artist, or designer looking to elevate their work to the next level.


Price $9.50

Corgi Cached Shadows (for URP) by Wandering Corgi

2023, May 17 - 12:30
Cached shadows allow for almost-real-time shadow casting on mobile hardware! Note: This plugin only supports URP!

This simple plugin gives your game the ability to have semi-real-time shadows casting in your mobile game. (URP 11+)

Features:
* Simple to setup and easy to use. Slot in the RenderFeature and hit play and you'll immediately see results.
* Fast by default with easy to use quality options.
* Works with VR and even with Single Pass Instanced (SPI) rendering.
* Includes a simple blob shadow implementation, for dynamic objects.
* Includes full source code!
* Works on all platforms unity supports. If you find an issue on a specific platform, please let me know!

DOCUMENTATION
Price $15.00

Stone golem creature by Dorlak_1989

2023, May 17 - 12:27
Golem low-poly game-ready 3d model. Used for games, rendering, advertising.

Number of textures 17

Texture dimensions 4096x4096

Polygon count 1290

Number of meshes/prefabs 32

Rigging: Yes

Animation count 9

Animation type list

idle, hit(x3), gethit, walk, jump. run, death

UV mapping: Yes

Golem low-poly game-ready 3d model. Used for games, rendering, advertising.

Model rigged, animations: idle, hit(x3), gethit, walk, jump. run, death

tris 1290

If you liked this model, please leave a review! It will help me to create an even bigger product and make you happy! Creativity to you! If you have any questions write to me


Price $4.99

Pixel Platform Tiles Pack by Joao Studios

2023, May 17 - 12:26
Pixel Platform Tiles Pack to increase your game design!

- Animated: No

- 16x16, 32x32 and 64x64 sizes!

Pixel Platform 1 contains:

-Multiple nature tiles

- Desert tiles

-Parallax background

-Tree model

-Acessories


Pixel Platform 2 contains:

-Multiple nature tiles

-Background

-Tree model

Dark Platform contains:


-Multiple dark and cave tiles

-Parallax background

-Tree model

-Rock model

-Acessories


Simple Platform contains:

-Multiple nature tiles

-Snow tiles

-Desert tiles

-Parallax background

-Coin model


Obs: All tiles have 16x16, 32x32 and 64x64 sizes!


Price $4.99

Monster tank shainsaw by Nikita00

2023, May 17 - 12:26
Monster tank asset for your game in such genres as post - apocalypse, steampunk, slasher, shooter and others.

Asset include separated parts of monster

pol: 28,443
Triss: 56,127
Verts: 28,735

17 animations (idle var 1; idle var 2; no power; emotion; awakening; attak gun; attak chainsaw var 1; attack chainsaw var 2; dash attack chainsaw; dash left and right attack gun; damage taken; deatch; deatch var 2; move animation; rotation left right)
Animations witchout root included

5 texture sets
glass - 2k
metal parts - 4k
base - 4k
sweater -2k
rele -1k

Shainsaw has 2 blendshapes

Price $39.99

Animated Pixel RPG Skill Icon Pack by Moon Tribe

2023, May 17 - 12:17
The Animated Pixel RPG Skill Icon Pack is a collection of 75 high-quality, stylized icons for use in RPG games. Each icon has 3-4 frames of animation. PSD sources included.

[Used source file(s)] sizes: ~50 MB

File count: ~500

Animated: Yes

Animation type list: Sprite animation(3-4 frames each)

Additional: Pixel-based

The Animated Pixel RPG Skill Icon Pack is a collection of 75 high-quality, stylized icons for use in RPG games. Each icon has 3-4 frames of animation, bringing your game to life with dynamic and engaging visuals. The pack also includes frames for your icons, making it easy to integrate them seamlessly into your game. The icon size is 64x64 and 96x96, ensuring that they look great on both small and large screens. The pack includes PSD sources for both the art and animations, making it easy to customize the icons to fit your specific needs. With everything set and ready for usage, this pack is a must-have for any RPG game developer looking to add some extra flair to their game.


Price $7.99

Monster Arms Collection by Game-Ready Studios

2023, May 17 - 11:45
Animated Monster Arms Collection

Number of meshes: 1

Number of anims: 10

  • Attack - 2
  • Idle - 2
  • Death - 1
  • Gethit - 2
  • Run - 1
  • Walk - 1
  • Jump - 1

Red Clawed Monster Arms:

Tris/vert count: 29356 triangles, 15932 vertices


Heavy Monster Arms

Tris/vert count: 40464 triangles, 22224 vertices


Horned Monster Arms

Tris/vert count: 18274 triangles, 9942 vertices


Clawed Monster Arms

Tris/vert count: 30184 triangles, 16102 vertices


Textures: 4096x4096 PBR

Low-Poly Animated 4 Monster Arms with 3 skins (Clean, Blood, Dirt)


Assets Included:


Price $49.99

UNDERPOLY: Urban & Coach Bus Collection by UNDERPOLY Project

2023, May 17 - 10:41
This is an evolving collection for those who need low-poly stylized and easy-to-customize bus models of all categories. Made specially for low-poly, cartoon and retro games, for any platform.

Available Vehicles:

  • 2 Urban Buses (2 Prefabs);
  • 1 Generic Bus (1 Prefabs);
  • 2 Coach Buses (2 Prefabs);

Number of Textures: 2 Textures.

Texture Dimensions: 256x256.

Number of Materials: 20 Materials.

Number of Models: 7 Models.

Number of Prefabs: 5 Prefabs.

Polygon Count: Up to 19,000 (Assembled Model).

UNDERPOLY Project presents the "Urban & Coach Bus Collection", a collection for those who need all types of bus models. This is an evolving project that will receive frenquent updates to guarantee you a wide selection of vehicles and features.


You can easily customize exterior and interior colors, toggle lights and animate/control the necessary parts to make your project more complete.


The package comes with an extra showroom scene ready to be used in your projects.


Showroom Features:

  • Visualize, customize and select your vehicles;
  • Change colors of vehicle body, wheels and interior;
  • Open/Close doors and turn On/Off lights.

Important Details:

  • Vehicles use 3-4 materials (colors, lights, glass and general parts);
  • Materials are controlled by specific Shader Graphs;
  • You can easily manipulate colors and lights as you prefer;
  • Vehicles have openable doors and low detailed interior;
  • All vehicles come with ready-to-use door animations;
  • Ready-made vehicle prefabs doesn't come with colliders.

Let me know if you have any doubt, suggestion or need a specific type of asset for this collection. Contact me: underpolyproject@gmail.com


Price $19.99

Pages