Train station - Western by Mixall
Technical specifications
Number of unique models/prefabs: 25/70 ;
Number of polygons: from 402 (for simple models) to 290800 (for complex models);
Number of textures: 142;
Texture size: 1024x1024, 2048x2048, 4096x4096;
Types of texture maps: Albedo, Normal, Metallic, Occlusion (in some models);
UV mapping: Yes;
All texture maps PBR.
Polygon count of:
bench 19.6k tris
Cargo_Car 251.2k tris
cargo_cart_assembled 26.8k tris
chair_assembled 6.1k tris
Coal_Cart 68.2k tris
Depot 27.8k tris
desk 4.5k tris
Money 2.5k tris
Notice_board 402 tris
Oil_Lamp 5.4k tris
Passenger_Car_1_Class 290.8k tris
Passenger_Car_2_Class 234.7k tris
Plants 2.8k tris
potbery_stove_assembled 7.3k tris
rails 28.2k tris
Rocks 1.5k tris
Safe 4.9k tris
Safe_Key 460 tris
small_desk_assembled 5.9k tris
Steam_Locomotive 344.7k tris
table 1k tris
typewriter 14.7k tris
wall_clock_assembled 1.9k tris
Windmill 19.6k tris
Wood_Water_Storage 8k tris
Mixall studio presents a good solution for your games, VR projects and simulators: Train station - Western.
Included in the asset pack are all 3D models for an old western saloon in a rocky, planted desert landscape. The depot and train is furnished, so you can use everything in the building and also the landscape around the building in your game.
★ Key Features ★
- authentic interior
- highly detailed train with separated wheels and etc.
- modular rails
- game ready demo scene
★ Assets ★
Depot.
Train: Steam Locomotive, Cargo Car, Passenger Car, Rails.
Furniture: Bench, Desk, Small desk, Table, chair.
Props: Money, Notice board, Oil Lamp, Plants, Potbery, Rocks, Safe, Safe Key, Typewriter, Wall clock, Windmill, Wood Water Storage.
We will be grateful if you fill out this form. This will help improve our work.
★ Other Assets ★
Combine this asset pack with our other assets:
- Grocery store - interior and props
- Jewelry store - luxury interior and furniture
Need support? Write to us: Mixall.team@gmail.com
★ Follow us on social media ★
INSTAGRAM | YOUTUBE | FACEBOOK
ARTSTATION | PINTEREST | DISCORD
Price $29.99
[Low Poly] Animated Sea Animals Vol.3 by Jiffycrew
Number of textures: 8
Texture dimensions: 1024*1024
Polygon count
- Cutlassfish: 1636 Triangles
- Salmon: 1310 Triangles
- Mugil: 1272 Triangles
- FlyingFish: 1206 Triangles
- Headfish: 1134 Triangles
- Gurnard: 2036 Triangles
- Shark: 1899 Triangles
- Barracuda: 1308 Triangles
- Clams: 4040 Triangles
Minimum polygon count: 1134 Triangles
Maximum polygon count: 4040 Triangles
Number of meshes/prefabs: 9
Rigging: Yes
Animation count: 17
Animation type list
- Cutlassfish: Swim, Flop
- Salmon: Swim, Flop
- Mugil: Swim, Flop
- Flyingfish: Swim, Flop, Fly
- Headfish: Swim01, Swim02
- Gurnard: Swim, Walk
- Shark: Idle, Swim, Attack
- Barracuda: Idle, Swim, Attack
UV mapping: Yes
Types of materials and texture maps: PBR
Professionally rigged and animated sea animals that are ready to be used in your project.
*A blender file of each sea animal's included in the package. You can use the rig, create and adjust animations as you like.
Thank you so much for your interest. Our goal is to create assets that are useful and practical for your project! If you have any question or suggestion, please send us an email to customersupport@jiffycrew.com. We'll be more than happy to help.
Price $15.99
Simple Shop System - Pi by Pi
Features:
- Buy items
- Save and load shop state to file
- ScriptableObject-based
- includes example scene
This is an easy-to-use shop system, that allows you to create an in-game shop, where you can buy items. Items are based on scriptable objects. They are super easy to create, use and maintain. Moreover, the shop system includes persistence to file. Shop state might be saved and loaded from/to the file.
Price $4.99
Arcade Bike Physics by Ash Dev
This asset uses Cinemachine package for camera behaviour which you can download from package manager.
Arcade Bike Physics is mobile friendly very easy to use Tool. It has a quick setup tool in which you just give references to Bike body and wheels and click a button and your Bike is ready.
This asset is very easy to use. It has the basic movement logic. This asset will be helpful for you if you are working on a arcade Bike based game like Bike fight, bike shooting, or simple racing with collectables and throwables, You can use this movement logic and add other functionalities according to your project need.
This pack contains Animation system for Bike Rider which contains Invese Kinematics.
The code is very well written and documented so its a great learning resource for beginners. And also very easy to modify as your project need.
Check out my other Assets :
5. Rally cars
Support : Join our Discord community.
Price $10.00
Witch Voice Pack by BABAKA
Audio file types: wav
Sample rate: 44100
Bit depth: 24
Loopable: No
Additional: Mono
This voice pack is perfect for adding sound to witch, old lady, cartoon monster or fantasy creature.
Features:
- 230 high-quality wav files
- 20+ types of sounds
- Contains variations of different emotions, movement and interaction sounds
- All sounds are edited, processed, mastered and ready-to-use
- Sounds are not tied to a specific language
- Ideal for any kind of mobile and indie games
Types:
- Deaths
- Damages
- Hits
- Jumps
- Loose
- Wins
- Talks
- No
- Angry
- Questions
- Cry
- Cough
- Laughs
- Wonder
- Sleep
- Sneeze
- Breath
- Sing
Price $19.99
Inspectable Dictionary by Building Blocks
Any Dictionary becomes InspectableDictionary. Add Unity’s [SerializeField] if needed and done.
This means you can view changes to the dictionary at runtime, and still set up the dictionary in the editor in edit mode. No custom editors, no special types, no attributes.
The standard advice is to create serialized lists and feed those into a dictionary at runtime. Why add this complexity each time you want this functionality which in that case will likely not be visible to changes at runtime. This makes using dictionaries easy and intuitive without the over complication of editors, specially declared types, or attributes as seen with other solutions.
This application is meant for overall functionality and not ultimate performance as may be desired when using a dictionary.
Not that there is so much going on to operate, but there is a bit. That’s the only caveat and it’s up to you for your use case. You also maintain complete control over extra functionality with the ability to make changes or versions as needed.
- Additionally, the dictionary items can be accessed by index using the indexer syntax “TestDictionary[1]”
- Complete control over implementation.
- Implicit conversion available between Dictionary and InspectableDictionary.
- Manual changes in the inspector should not be made at runtime.
Steps to get started:
1. Any dictionary, in a MonoBehaviour, becomes InspectableDictionary.
2. Add Unity’s [SerializeField] attribute if needed.
3. Import the namespace as needed.
4. It is now available in the inspector.
Price $4.99
Low Poly Dungeon Lite - Fantasy Modular Kit by Red Nebula Studios
This modular low poly dungeon building set contains:
- 18 FBX models
- 1 color swatch texture
- 2 sprites used for particle effects and decals
- 19 total prefabs, including:
- 12 static props
- 2 activatable animated props
- 1 lit props (torch)
- 1 decal
- 1 particle effect
- 2 demo scenes (1 asset showcase and one demo build, plus 1 supporting script)
Model poly counts:
- Min: 18
- Max: 543
- Avg: 152
This free demo asset pack ranges from 18 to 543 polys per model, and all props use a single color swatch texture to keep your game running nice and smooth, perfect for mobile games. The style is fun and cartoony, with a selection of building pieces and props to give you a feel for what our full set contains. Two props are animated, and a torch particle effect is included.
If you like this demo, consider purchasing the full set! The full Low Poly Dungeon set contains 230 FBX models and a total of 294 prefabs, including static, animated, and lit props, decals, a scripted torchlight flicker effect, 5 particle effects, a full flythrough demo scene, and a bonus "Gloomy Dungeon" music file too.
Who Are We?
My name's Sarrah. Together with my husband, Robert, we form the eclectic indie small business called Red Nebula Studios. I make art and 3D models (as well as programming and more), and he makes music. You'll find both of our work in the full version of this pack!
We're dedicated to creating the best possible assets for you to use in your own projects. Every piece is lovingly crafted and tested in-engine to make sure it's working as promised. If you have any questions or concerns, please feel free to contact us!
Price $0.00
GM Level Maker by Matt Gray
Make 3D levels fast by moving curves
Perfect for platformers and low poly levels but capable of working for any type of game or level.
Includes:
- Example scene
- Example prefab
- Example Materials
Easy to set up and tweak values to match any scene.
Attach the Mesh From Spline Script to an empty gameobject and start making fun levels in minutes!
Supports Unity versions:
- 2018
- 2019
- 2020 LTS
- 2021 LTS
Instructions included in package.
Any issues or queries please contact us, we hope to solve any concerns as soon as possible.
Contact: graygamesmatter@gmail.com
Price $24.99
Post Apocalyptic Destroyed Buildings by Neo Star Studios
Topology:
LOD0: Each building has on average 15k to 25k triangles, the most complex one have 32k triangles.
LOD1: On average 70% less geometry than LOD0.
LOD2: On average 70% less geometry than LOD1.
Textures:
4k resolutions diffuse, metallic, roughness and normal maps.
(The package also includes a custom shader that accepts all these maps).
Compatible with URP, HDRP and Built-in out of the box.
This package contais 63 prefabs that allows you to build completely devastated villages, it's a great fit for post apocalyptic and war themed games.
Some of the building have interiors (only the ones that are not destroyed), the doors and other details like air conditioning and eletric boxes are not part of the same mesh as the building, they are child objects. This allows you to add/remove/replace them to create more building variations.
The ensure the best performance, each object comes with 3 LODs, which drastically improves the framerate by reducing the polycount of buildings that are far away. Also, each building has only 1 material, lots of objects even share the same material, this contributes a lot for draw calls optimization.
All the FBX files are included, this means you can import them to your 3D software and make modifications and adjustments if necessary.
I accept requests for new prefabs, feel free to contact me if you need something that is not in the package, I'll create and include it in the next version.
Don't hesitate to contact me if you have any questions or problems with this package, I'll gladly help you!
Price $39.99
Fantasy Music Package - Orchestral by Shrewd Shepherd Audio
Details:
- 17 different pieces equaling over 35 minutes.
- 20 music files
- 3 sound effect files
- 779 MB
- 44.1 kHz
- Bit Rate: 24 bit and 32 bit.
- All tracks are 32 bit, except:
- Quest update 1 (24 bit)
- Quest Update 2 (24 bit)
- The Journey Home (24 bit)
This Package includes 17 different pieces of music, many of which contain an intro, a loop, and an outro. There are over 35 minutes of music.
Wilderness:
- Explore Ambience - Intro
- Explore Ambience - Loop
- Explore Ambience - Outro
- Forsaken Wilds - Intro
- Forsaken Wilds - Loop
- Forsaken Wilds - Outro
- Respite
- The Journey Home
- The Summit
Cinematic:
- The Tower
- Reprise
Towns:
- City Explore
- The Market 1 - Loop
- The Market 2 - Intro
- The Market 2 - Loop
- The Market 2 - Outro
Boss Fights:
- Bandit - Intro
- Bandit - Loop
- Bandit - Outro
- Treacherous Beast - Intro
- Treacherous Beast - Loop
- Treacherous Beast Outro
Caves:
- Cave Ambience 1 - Intro
- Cave Ambience 1 - Loop
- Cave Ambience 1 - Outro
- Cave Ambience 2 - Intro
- Cave Ambience 2 - Loop
- Cave Ambience 2 - Outro
Bonus:
- Elven Sunrise
- Fylgja
- Nokken
Sound Effects:
- Quest update 1
- Quest Update 2
- Boss Defeat
Price $15.00
Mech 04 by Jang Brao
Number of textures: 30
Texture dimensions: PNG
Polygon count of Mech 04: 14711
Minimum polygon count
Maximum polygon count
Number of meshes/prefabs: 1
Rigging: Yes
Animation 15
Animation type list:idle
- walk 01
- walk gun ready
- walk fire
- walk 02
- run
- fire 01 - 06
- die 01 - 03
UV mapping: Yes
LOD information (count, number of levels): 1
Types of materials and texture maps (e.g., PBR): BaseColor, Glossiness, Metallic, Roughness, Specular, AmbientOclussion, Normal DorectX, Normal OpenGL
Game ready 3d model of Mech 04 - Ghost
Model perfomed in Blender. Rigged and animated in Blender.
Unity project with simple C# script included (for preview test only).
Just run game and press Q-F keys to check animations in Unity.
15 animations:
- idle
- walk 01
- walk gun ready
- walk fire
- walk 02
- run
- fire 01 - 06
- die 01 - 03
Lots of PBR textures are included: BaseColor, Glossiness, Metallic, Roughness, Specular, AmbientOclussion, Normal DorectX, Normal OpenGL
3 types of camouflage texture. Just combine.
Price $20.00
Pixel Lands by Jelleh
Pixel Size: 16x16px
Animation: Some (Torches & Doors)
Includes:
- Grass, Dark Grass & Dirt Tile Sets (Each contains 60 Tiles.)
- Dirt Wall Tile Set (Contains 156 Tiles.)
- Dirt Exterior Tile Set - 8 Windows, 4 Chimneys, 2 Door Sets, 4 Puddles, 10 Rocks.
- Furniture Tile Set - 2 Beds in 4 Colours, 3 Chairs in 5 Colours, 3 Sofas in 5 Colours, 4 Animated Torches, 1 Stool in 5 Colours, 2 Chests. 4 Crates, 2 Barrels, 3 Tables, 1 Wardrobe, 4 Cupboards, 1 Shelf.
- Foliage - 4 Trees, 2 Bushes, 12 Various Plants, 3 Tulips in 3 Colours, 3 Daisies in 3 Colours.
- Still Water Tile Set - 80 Water Tiles, 4 Water Rocks, 6 Water Grass, 3 Cattails, 6 Lily Pads, 6 Water Decals.
A collection of pixel art environmental assets! This is still being updated!
This pack contains PNG tile sets in 16x16, including tiles and environmental pieces.
These assets can be used in any commercial or non-commercial project, and you may modify this pack. Credit is not necessary but very much appreciated!
Includes:
- Grass, Dark Grass & Dirt Tile Sets (Each contains 60 Tiles.)
- Dirt Wall Tile Set (Contains 156 Tiles.)
- Dirt Exterior Tile Set - 8 Windows, 4 Chimneys, 2 Door Sets, 4 Puddles, 10 Rocks.
- Furniture Tile Set - 2 Beds in 4 Colours, 3 Chairs in 5 Colours, 3 Sofas in 5 Colours, 4 Animated Torches, 1 Stool in 5 Colours, 2 Chests. 4 Crates, 2 Barrels, 3 Tables, 1 Wardrobe, 4 Cupboards, 1 Shelf.
- Foliage - 4 Trees, 2 Bushes, 12 Various Plants, 3 Tulips in 3 Colours, 3 Daisies in 3 Colours.
- Still Water Tile Set - 80 Water Tiles, 4 Water Rocks, 6 Water Grass, 3 Cattails, 6 Lily Pads, 6 Water Decals.
Price $4.99
21 Fruits models package by Esteban Cassetta Oviedo
TEXTURES: Models includes high textures with maps: Base Color (.png) Height (.png) Metallic (.png) Normal (.png) Roughness (.png)
Rigging: No
Animation: No
UV mapping: yes
21 Fruits models package collection . Perfect for games, scenes or renders.
Model is correctly divided into main parts. All main parts are presented as separate parts therefore materials of objects are easy to be modified or removed and standard parts are easy to be replaced.
TEXTURES: Models includes high textures with maps: Base Color (.png) Height (.png) Metallic (.png) Normal (.png) Roughness (.png).
TEXTURE DIMENSIONS: 4096 × 4096.
GENERAL: Easy editable. Model is fully textured.
Fuits: Plum, Pitahya, Pineapple, Pear, Peach, Passion fruit, papaya, Orange, Mediar, Lychee, Lemon, Kiwi, Higo, Grapes, Granadilla, Dates, Custard Apple ( Chirimoya), Coconout, Cherry, Carambolo, Banana.
Vertices: 0.2 k – 21.1 k Polygons: 0.2k – 19.3k
Price $29.00
Cartoon Fire Elements by FXMonster
● File Formats: transparent Png.
● Each frame dimension is 512*288 px.
● 30 FPS
● Works with any render pipelines
Features:
● Sprite animations work much better than any other shaders and particles due to memory capacity.
● Optimized for games.
● Pivot point set properly.
● No setup or plug-ins required.
● All materials, sprites and other parts of pack properly named.
● Demo Scene with all prefabs is included.
Supported platforms:
● Windows
● Web GL
● iOS
● Android
● Mac OS X
● Linux
How to use:
Simply drag and drop the “Energy” prefab to your scene and use it. (Prefab(s) located under Asset > Energy Elements > 02 Prefabs).
Price $18.00
Realistic HD Car with engine sounds - 52 by HDR Models
- Easily works with any vehicle system.
- Works with every render pipeline.
- Optimized for every type device.
This car model is very detailed, realistically made with blender. All the headlights, breaklights, steering wheel, reverse light, speed and other gauge have different meshes.
It is optimized for mobile devices, and can also be used on a AAA game.
- Model pivot is aligned along Z axis, default alignment needed for vehicles in unity.
- Textures size - 2048 x 2048 (Disable Generate mip map in texture to get full details).
- Works very well with HDRP, URP, and SRP.
- Optimized for mobile devices.
- Car has 2 LOD's and 1 wheel LOD + 1 rim LOD.
- FBX Format.
- It doesn't contain demo scene shown in the image.
- LOD 1 Vertices : 99.5k
- LOD 2 Vertices : 9.2k
- All Texture resolution : 2048
- Engine sound included - Idle, low, medium, and high.
Price $25.99