Asset Store newest packages

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

Stylized Cartoon Clouds and Weather Icons pack by Oleg.Verenko

2025, September 29 - 15:34
Stylized Clouds & Weather Icons 3D Model Set (Low Poly)

Number of textures: 0 (All models use only color)

Polygon count: 1.2 M polys total

Minimum polygon count: 40

Maximum polygon count: 107 110

Number of meshes/prefabs: 139

Rigging: No

Animation count: 0

UV mapping: No

LOD information: 1 Lod

Types of materials and texture maps: non-PBR

This asset pack includes a diverse collection of high-quality stylized clouds and weather icons, perfect for game development, animations, illustrations, and cinematic projects. Designed with intricate forms, whimsical curves, and attention to detail, these models bring a unique artistic flair to any 3D environment.

This asset pack includes a diverse collection of high-quality stylized clouds and weather icons, perfect for game development, animations, illustrations, and cinematic projects. Designed with intricate forms, whimsical curves, and attention to detail, these models bring a unique artistic flair to any 3D environment.


Usage Examples

Stylized video game environments with fantasy skies.Animated films with magical or artistic weather effects.Visual effects (VFX) for clouds, storms, and ambient scenes.Concept art and illustrations requiring detailed, whimsical clouds. 


Price $39.00

Asset Showcase Pro by Mua_VTuber

2025, September 29 - 15:15
Powerful tool that automatically documents Unity assets and exports animations as APNG. Generate thumbnails, CSV/Excel/HTML catalogs all at once.

- Auto-scan 2D resources and generate thumbnails

- APNG animation export

- Excel resource catalog (with images)

- HTML web gallery

- CSV data export

- Unity Animator & Spine support

- Auto-categorization

- Smart caching for fast re-processing

🎯 Core Problem Solved

"It takes too much time to find and share what resources we have"

Asset Showcase Pro perfectly solves this problem:

  • Automatic Resource Capture: Auto-scan all 2D resources by just specifying folders
  • Instantly Shareable Catalogs: Share immediately via Excel, HTML
  • Time Savings: Manual work 3 hours → Automated 5 minutes

Note: Designed to quickly show as many resources as possible. Some special shaders or complex effects may appear simplified and may differ from actual in-game rendering.

🌟 Key Features

1. Automatic Resource Scan & Capture

  • Auto-detect 2D resources and generate 512x512 thumbnails
  • Export Unity Animator & Spine animations as APNG
  • Auto-categorization (Character, Effect, Item, etc.)

2. Instantly Shareable Documents

  • Excel: Resource list with embedded thumbnail images
  • HTML: Catalog viewable directly in web browser
  • CSV: For database integration

📋 Supported Resources

  • Unity Prefab (2D focused)
  • Spine SkeletonDataAsset
  • Image files (PNG/JPG/TGA)
  • Unity Animator
  • UI elements

🚀 Usage (3 Steps)

  1. Open Tools > Asset Showcase Pro
  2. Select resource folders
  3. Click Generate button → Done!

Price $15.00

2D Pixel Art - 50 +Crosshairs with Additional Sci-Fi Art by Branwill Blaauw

2025, September 29 - 15:11
Pixel Art Pack – 50+ Crosshairs & Sci-Fi Environmental Assets

Pixel Art Pack – 50+ Crosshairs & Sci-Fi Environmental Assets

This pack includes a versatile collection of 50+ unique pixel crosshairs, perfect for shooters and sci-fi themed projects.


In addition, the pack features extra sci-fi environmental pixel art.

  • 50+ pixel-perfect crosshairs (Size:32x32)
  • Additional sci-fi environmental pixel art
  • Perfect for indie developers, prototypes, and full projects

Price $6.99

Fast Save: Instant Save & Load, Local or Cloud by DOGAN KIRNAZ

2025, September 29 - 15:08
Fast Save for Unity lets you instantly save, load, and sync JSON game data locally or to the cloud. Supports serialization, compression, and fast data storage for files and objects.

- Required Dependencies: "com.unity.services.authentication", "com.unity.services.cloudsave", "com.unity.nuget.newtonsoft-json"

- Fast Save supports Google, Apple, Facebook, and Email account binding for Unity Cloud. But you may need external SDK installations for Google, Facebook, and Apple setup. 

- Fast Save was developed in Unity 6.1 (6000.1.2f1) and is compatible with Unity 2021.3 LTS. For optimal performance and full feature support, Unity 2022.3 LTS or newer is recommended.

Fast Save: Instant Save & Load, Local or Cloud


Fast Save is the ultimate Unity tool for developers who need a fast, reliable, and efficient system to save, load, and manage game data. Whether you’re building small indie projects, mid-sized games, or even large-scale titles, Fast Save simplifies data storage with a lightweight, high-performance solution. Handle everything from local JSON files to cloud synchronization, all with minimal coding and maximum speed.


Key Features

- Save and load JSON data in seconds.

- Supports strings, integers, floats, booleans, objects, arrays, lists, dictionaries, Unity types, and even full Transform objects.

- Uses efficient serialization and optional compression for large files.

- In-memory LRU cache ensures blazing-fast performance for frequent read/write operations.

- Fully automatic data flush at intervals or on app quit/pause.

- No need for manual save cycles—your data is always safe.

- Seamless Unity Cloud Save integration.

- Sync local and cloud data automatically for cross-device continuity.

- Support for player profiles to protect data across installs or multiple platforms.


Custom Editor Tool

- Preview all saved JSON files directly in Unity Editor.

- Adjust settings like cache size, compression threshold, auto-save interval, and cloud enable/disable.

- Centralized data management for faster workflow and debugging.


Safe and Reliable

- Async file operations with retries and file locking to avoid data corruption.

- Mobile friendly save and load system with runtime data caching and auto saving features.

- Patch writes and controlled memory usage ensure stable and performant data storage.


Fast Save combines speed, reliability, and flexibility into one complete package. Unlike generic save systems, it provides automatic cloud synchronization, editor-based previews, built-in support for complex Unity types, and optional data compression. 


Whether you need a lightweight data storage solution, a file database, or a system that can handle spreadsheets of data, Fast Save is designed to make it effortless.


Simple Code Calls

using FastSave;


private void Start()

{

    Fast.Save("playerScore", 100); // Save data

    int score = Fast.Load("playerScore"); // Load data

}



Price $15.00

Smart Pref by ChicMic Studios

2025, September 29 - 15:00
SmartPref is an advanced PlayerPrefs system with sections, versioning, and full serialization. Store any data type, manage multiple profiles, and keep saves clean, organized, and future-proof.
  • 🔑 Advanced PlayerPrefs Management – Organize your data with sections.
  • 📂 Version Control – Keep multiple save versions without conflicts.
  • 🧩 Supports All Serializeable Data Types – Easily store strings, ints, floats, bools, objects, and more.
  • 🔄 Automatic Key Handling – Clean, consistent keys without manual hassle.
  • 👥 Multiple Profiles – Separate data for users, modes, or save slots.
  • 🚀 Lightweight & Easy – Drop-in replacement for Unity’s PlayerPrefs.

📦 SmartPref – Smarter PlayerPrefs for Unity

SmartPref is a powerful and easy-to-use replacement for Unity’s built-in PlayerPrefs.
It adds versioning, namespacing (sections), and full serialization so you can safely manage player data across updates, multiple save slots, and user profiles.

✅ Store any data type (int, float, string, custom classes, lists)
✅ Separate data into sections (profiles, game modes, users)
✅ Built-in versioning system to handle updates & migrations
✅ Retrieve, move, and delete saves with ease


Price $4.99

Fast Save - Scalable Save Data & Network Save & Fast Serializer System by chen_lun_fu

2025, September 29 - 15:00
FastSave: save/load + cloud sync for scenes, objects and prefabs. Editor-time code-gen (IL2CPP/AOT friendly), snapshots, visual tools, HTTP/PlayFab/UGS providers. Integrate in minutes.
  • RequirementsUnity 2021.3 LTS or newer (adjust to your tested baseline)
    Works with Mono/IL2CPP. For AOT/IL2CPP targets use editor‑generated adapters (no runtime emit)
  • DependenciesLocal/file storage: none
    PlayFab provider: requires official PlayFab SDK
    UGS provider: requires Unity Gaming Services Cloud Save (via Package Manager)
    HTTP provider: requires reachable backend (local server emulator included)
  • Structure & key scriptsRuntime/Serialization: SaveSystem, SaveableObject, SceneData, Adapter Registry
    Runtime/Persistence: FastSaveFile, SaveSnapshot, storage providers
    Editor/AdapterGenerator: type scan, member collect, code‑gen and registration
    Editor/PrefabInfoDrawer, Validation tools
    Samples: BasicUsage / CloudSync / Serialization
  • IntegrationCreate a FastSaveSetting and reference it in Project Settings
    Tools/FastSave → Generate Adapters
    Use SaveSystem.SaveAsync / LoadAsync
  • Platforms & notesMobile/Consoles/IL2CPP: prefer pre‑generated adapters, avoid runtime reflection/emit
    Initialize and authenticate 3rd‑party SDKs (PlayFab/UGS) before using cloud providers
  • IncludedFull source, sample scenes/scripts, HTTP server emulator, asmdef split (Editor/Runtime)
  • SupportDocs: in‑package README and Samples
    Tech support: add your email/Discord

FastSave is a production‑ready save and cloud‑sync solution covering scene/object/prefab persistence, editor tooling, and complete samples. With editor‑time adapter generation and auto‑registration, it cuts heavy reflection and works reliably on IL2CPP/AOT platforms. Built‑in HTTP/PlayFab/UGS providers and a local server emulator help you ship cross‑device cloud saves fast.

Highlights

  • Scene/Object/Prefab saving (SaveableObject, SaveableSceneData, SaveablePrefabInfo)
  • High‑performance serialization via code‑gen (minimal reflection/GC at runtime)
  • Cloud sync providers: HTTP / PlayFab / UGS (extensible interfaces)
  • Visual tooling and validation (Prefab info drawer, component validator)
  • Snapshots and restore (SaveSnapshot)
  • Complete samples: Basic usage, Cloud sync, Serialization

Why FastSave

  • Minimal boilerplate: mark → generate → SaveSystem API
  • IL2CPP/AOT‑friendly: pre‑generated adapters, no runtime emit required
  • Extensible by design: storage interfaces and adapter registry

Quick start (3–5 minutes)

  1. Import, create FastSaveSetting
  2. Add SaveableObject to targets (Prefab/runtime)
  3. Tools/FastSave → Generate Adapters
  4. Run Samples/BasicUsage to save/load
  5. Pick HTTP/PlayFab/UGS provider and add credentials

Includes

  • Full source (Runtime + Editor)
  • HTTP/PlayFab/UGS providers and abstractions
  • AdapterGenerator, adapter registries, scene data manager
  • Samples and a local server emulator (for HTTP testing)

Price $39.90

Timeline Plus - Enhanced Timeline Tracks by MaxTiger

2025, September 29 - 14:49
A powerful tool to enhanced the orginal Timeline System of Unity. It adds the controls of Volume/Shader/Material/Subtitle/... to timeline in REALTIME. And more....

Multi platforms supported.

Unity Burst Optimization.

Mono Recommended, IL2CPP Optimization will be in the next version(free update).

Careful with VolumeTrack! Currently,it not suppports for the AOT(may fix in the future with free update).

Supports a variety of customized tracks with curve controlled:

  1. Volume Track(SRP Only): Volume effects Blending
  2. Subtitle Track: Subtitle for TextMeshPro/UGUI/3D Text
  3. Material Track: Standard material Color[HDR] Blending
  4. Shader Track: Custom Shader Parameters Blending
  5. Tag Track: Tag System forTimeline based on Marker

📚Easy and Extensive docment.

⏰Optimized by Unity Burst.



Price $15.00

Stylized Office Lady Character by Gobormu

2025, September 29 - 13:40
Stylized 3D character with Base Color texture. Humanoid rig–ready and tested. Triangle count: 52,776. There are demo animations in video for quick testing.

This package includes a single stylized 3D character designed for Unity projects. The model consists of 11 mesh parts, comes with a clean Base Color texture, and is fully prepared for integration into your workflow.

  • Triangle Count: 52,776
  • Textures: 2048x2048 Base Color map (stylized look)
  • Material: A custom toon shader created with Shader Graph
  • Rig: Compatible with Humanoid rig
  • Animations: No custom animations included
  • Pipeline Compatibility: Works with Unity’s Built-in Render Pipeline

This character is ideal for developers looking for a stylized, lightweight starting point for their projects. You can easily retarget Mixamo or your own humanoid animations to the model.


Price $7.00

NPC Priority Task Queue by Obsessive Games

2025, September 29 - 13:38
An AI task queue system where NPCs dynamically pick, prioritize, and complete tasks using ScriptableObject profiles, perfect for simulation and management games.
  • Dynamic task prioritization system based on urgency weight
  • ScriptableObject task profiles with custom conditions
  • Supports condition checks (time, resources, events, proximity, etc.)
  • NPCs reassign themselves to new high-priority tasks in real-time
  • Drag-and-drop ready NPC Task Handler component
  • TaskQueueManager for global task pool control
  • Event hooks for task start and completion (trigger animations, sounds, etc.)
  • Debug view to inspect current tasks and priorities in the editor
  • 100% code-driven, modular, and extendable design
  • Compatible with any Unity project (no third-party dependencies)

The NPC Priority Task Queue is a modular AI task management system built for Unity developers who need intelligent NPCs that make decisions based on urgency, resource availability, and custom conditions.


With a clean ScriptableObject-driven design, you can create dynamic behavior systems where NPCs automatically choose the most important task in real time — no hardcoding required. Whether your NPCs are workers in a shop, guards patrolling an area, or couriers delivering goods, this system gives you the tools to control and monitor their decisions effortlessly.


It includes editor-friendly tools, visual debugging support, and built-in condition checks like time of day, player proximity, or item availability. Fully extendable and prefab-ready — just drag the NPC brain onto any character and watch them think!

Perfect for genres like simulation, RPG, RTS, life sim, and management games.


Price $29.99

School Girl_A by HelenNova

2025, September 29 - 13:34
School Girl_A character with 52 ARKit Blendshapes, Completely modular, Humanoid Rig/Epic Skeleton, easy color change of any part!

Features:

  • ARKit Blendshapes 52 Face blend shapes\morph target
  • Extra morphs for brest\glutes
  • Humanoid Rig/Epic Skeleton additional bones (breast_l\r, glute_l\r, skirt_front_01\04, skirt_side_l\r_01\12, skirt_back_01\04)
  • Completely modular
  • Different skins
  • Easy Color Change

Physics are not included

───── ☽◯☾ ─────

PBR Textures Metal/Gloss

Number of characters: 3

Number of Materials and Material Instances: 29

Number of textures: 64

Polygon count: 18k - 33k

Number of meshes/prefabs: 6

Texture Resolutions: 2k-4k

Description

All Render pipelines!

───── ☽◯☾ ─────

Features:

  • 52 Face blend shapes/morph target
  • Extra morphs for brest\glutes
  • Changing color Skin/Eyes/Cloth/Hair
  • Humanoid Rig/Epic Skeleton with additional bones
  • Completely modular
  • Different skins

Physics are not included


Price $99.99

Street Muse by 3D Nodo

2025, September 29 - 13:30
3D stylized artist character with rig and props. Includes easel, brush, palette. Ready for animation and integration in Unity projects.

Number of textures: 3 packs

Texture dimensions:4096 and 2048

Polygon count: All 22442 tris; body 10468 tris; Hair 2698 tris; Hat 1224 tris;

Slippers 1052 tris; Character extras 5412 tris; Easel 1588





This package includes a fully rigged and stylized artist character with props such as an easel, brush, palette, and stool. The model is optimized for Unity and can be easily adapted for different genres – from casual and educational games to adventure or storytelling projects.


Price $15.90

SoorPooler by Abolfazl Hosnian [Soor]

2025, September 29 - 12:51
SoorPooler is a Unity package designed to simplify and streamline object pooling in your projects.

SoorPooler is a Unity package designed to simplify and streamline object pooling in your projects. It provides a robust and reusable way to manage pooled objects, offering a clean API and customizable lifecycle events. This can lead to significant performance improvements by reducing the overhead of instantiating and destroying GameObjects.


Price $0.00

Easy Icons Generator by bokokit

2025, September 29 - 12:45
Generate professional thumbnails for prefabs and 3D objects directly in the Unity Editor.

Key Features

  • 📸 Thumbnail rendering for prefabs and scene objects
  • 🎥 Customizable camera controls: distance, projection, rotation, movement
  • 🖼️ Adjustable image resolution (default: 512×512)
  • 🌐 Supports PNG and JPG formats
  • 🪄 Remove background (transparency) option (PNG only)
  • 🔄 Batch generation: generate thumbnails for multiple selected prefabs at once
  • 🖱️ Context menu integration (Assets → Generate Thumbnails)
  • 🔍 Live preview in Inspector before saving
  • 🛠️ Reset function to restore default settings
  • 🎨 Auto-import as Sprite when saved inside Unity project (Assets/)

💡 Use cases

  • Quickly generate thumbnails for Asset Store packages
  • 🗂️ Prepare consistent previews for prefabs in your project
  • 📑 Document your project with clean, professional visuals
  • 🏷️ Showcase 3D models and game objects with customized backgrounds
  • 📦 Batch-generate multiple thumbnails at once for large collections
  • 📢 Create marketing-ready images without leaving Unity

Thumbnail Generator is a Unity editor tool for automatically creating high-quality thumbnails (icons/previews) of prefabs and objects in your project.


It provides both an Inspector UI and an Assets Context Menu to quickly render thumbnails with customizable camera settings, transparent backgrounds, and export options.


This package is especially useful for:

  • Asset developers preparing previews for the Asset Store
  • Game developers creating icons for inventory items, UI thumbnails, or level previews
  • Teams who want a repeatable way to generate consistent thumbnails across projects

Price $15.00

USM - Universal Sound Manager by Kitler Dev

2025, September 29 - 12:26
Ultimate Sound Manager: One-click setup, one-line code playback. Handles music, SFX, ambient with pooling, ducking, and full control. Solves all Unity audio problems.
  • One-Click Setup: Automated installation via Tools > USM > Quick Setup
  • Simple API: Play sounds with one line: USM.PlaySFX("Click")
  • Multi-Channel Control: Independent volume/mute for Music, SFX, Ambient, Master
  • Audio Pooling: Built-in object pooling for performance (no lag with many sounds)
  • Advanced Effects: Crossfading, music ducking, 3D spatial sound, pitch/volume control
  • Full Customization: Modify or extend all source code to fit any project need
  • Universal Compatibility: Works with Built-in, URP, and HDRP render pipelines
  • Runtime Editing: Dynamically add/remove sounds without restarting the game

Ultimate Sound Manager is a lightweight, powerful system designed to handle all your game's audio needs with minimal setup. It features one-click installation, intuitive organization for SFX, music, and ambient sounds, and effortless playback with a single line of code. It includes advanced features like audio pooling (for optimal performance), crossfading, ducking, and 3D spatial sound.

The core code is fully customizable—edit or extend it easily to fit any unique requirements. It’s suitable for any genre, including FPS, RPG, mobile, puzzle, adventure, or simulation games. Whether you’re a solo developer or part of a team, this package saves time, keeps your project organized, and works seamlessly across all Unity render pipelines.


Price $18.99

NimbleFX 2D by Bhanu Productions

2025, September 29 - 12:20
A lightweight Unity package with customizable UI and sprite animations. Easy setup, event-driven, and perfect for polished game interactions.
  • Customizable: Easily modify sprites, animations, and UI to fit your game’s style.
  • Lightweight & Optimized: Minimal performance impact, designed for smooth integration.
  • 🛠️ Editor Tools Included: Comes with Editor scripts for easy setup and quick adjustments.
  • 🎨 Event-Driven Animations: Trigger and control animations through Unity events.
  • 🔗 Plug-and-Play Setup: Drag-and-drop components into your project with minimal configuration.
  • 📄 Clear Structure: Organized folders for scripts, editor tools, and assets.
  • 🌐 Cross-Platform: Works seamlessly across PC, Mobile, and Web builds.

NimbleFX 2D (UI + Sprite)


Lightweight, code-driven animations for UGUI and 2D sprites — no Animator, no DOTween. Includes 7 effects, loop/delay controls, and designer-friendly callbacks. Perfect for menus, HUDs, and juicy 2D feedback.


———


HIGHLIGHTS

• Two components: UIAnimations (UGUI) & SpriteAnimations (SpriteRenderer)

• 7 effects: Sprite Sheet, Bounce, Glow (alpha), Scale, Shake, Rotate, Elastic Resizing

• Looping + per-loop delay

• Auto Start or one-line API

• UI: UnityEvent onComplete | Sprite: Action onComplete

• Minimal GC, early-out when idle

• Full C# source


WHAT’S INCLUDED

• Runtime scripts: UIAnimations.cs, SpriteAnimations.cs

• (Optional) Editor scripts / demo scene if provided by you

• README with quick start and examples


HOW TO USE

1) Add the component to your object (UI: needs RectTransform + Image; Sprite: needs SpriteRenderer).

2) Assign “Targetted Sprite” reference.

3) Pick an Animation Type and tweak settings.

4) Press Play or call: StartSelectedEffect(); StopSelectedEffect();


REQUIREMENTS

• Unity 2021.3 LTS+ (recommended)

• UGUI for UIAnimations; SpriteRenderer for SpriteAnimations

• Works in Built‑in/URP/HDRP


KNOWN NOTES

• UI Glow modifies Image.color.a; custom shaders may ignore alpha.

• LayoutGroups can fight scaling; consider ignoreLayout for the animated child.

• Shake uses localPosition; be mindful of animated parents.


SUPPORT

• bharatmehra232@gmail.com



Price $0.00

Sci-Fi Props - Low Poly 3D Models Pack by ithappy

2025, September 29 - 10:47
Over 1080 modular and interactive sci-fi assets with 3 demo scenes. Perfect for creating interiors and game levels for different genres and camera perspectives.

▶️ Geometry

1379 Unique Assets

532k triangles all pack


▶️ Scale

Real-world-size


▶️ Materials

All models use 11 materials


▶️ Textures

All models use 7 textures

Resolution: 1024, 2048 px


▶️ Collision

Yes


▶️ Files

If you want to refine the models using a 3D editor — you can request the following files from us:

Blender, C4D, Maya, 3DSMax, FBX, USDZ, OBJ, GLTF

Ithappy Discord Community

Сonnect with digital art enthusiasts, and stay up to date on new products, tutorials and more! 💥🎮


All lists 🎮

You can look through all the packs in the category you need and choose the ones you like the most!


PLATFORMERS

CHARACTERS

LOCATIONS

ENVIRONMENT

CITIES

INTERIORS

PROPS

FREE


▶️ Key Features ◀️

Over 1080 Assets. The pack includes interactive and modular models that can be assembled from multiple 3D parts — separate doors, hatches, rotating and pivoting elements. The collection covers all essential object categories to help you easily create interiors and complete game levels. All models are built with realistic proportions, making them suitable for first-person, third-person, 2D/2.5D, isometric, and top-down games.

3 Demo Scenes. The package comes with three ready-to-use demo scenes: Laboratory, Repair Station, and Storage House. You can use them directly in your game, study how they are assembled, or take them as a reference to build and customize your own environments.

Interactive Objects. All elements designed for interaction — such as doors, hatches, capsules, turbines, fans, holograms, or rotating/pivoting parts — are fully modular. You can animate them, control their movement, add or hide details, and place them exactly how you need to bring your scenes to life.

Thoughtfully Designed Assets. The pack includes all the core categories of models you may need for interior and environment creation. A detailed breakdown of categories is provided below.

Level Building Guide and a Few Tips

● Ease of Use. The pack includes two files with different Unity versions, and in each one, the scene is set up in three render pipelines. Simply download the version you need and open the scene in your preferred render pipeline. Everything is clear and easy to use.

Optimized Models. Each model is designed with a limited number of textures, an optimized mesh, and simple shaders, ensuring smooth performance across mobile devices, VR/AR, PCs, and consoles. With these assets, your project will maintain excellent performance while delivering stunning visuals.

Support. Free updates and technical support available in our Discord.


▶️ Pack Content ◀️

Demo Scene. The pack includes three demo scenes: Laboratory, Repair Station, and Storage House.


Over 1080 Modular and Interactive Assets.

The pack covers architectural elements (walls, floors, ceilings, doors, constriction, platforms), technical props (generators, terminals, containers, capsules, capsule contents, farm elements), industrial objects (crates, barrels, gas cans, pipes, batteries), drones, turrets, furniture (sofa, armchair, chair, desk), and environment details. Assets are modular, flexible, and easy to use, allowing quick creation of diverse interiors and levels.


Architectural Elements

Ceiling (x195)

Three color variations of modular ceilings with all necessary pieces to assemble layouts of any type. Models include light sources for visually engaging environments.

Walls (x221)

Three color variations with different widths, shapes, and patterns. Includes solid walls and modules with openings. Standard height is 4 m, with additional 1.5 m modules for elevations, parapets, or cover. Height can be increased by stacking modules.

Floors (x120)

Three color variations of modular floors with elements for layouts of any size. Some modules feature integrated light sources.

Doors (x27)

Rectangular (vertical, horizontal) and round doors with sliding (vertical/sideways) and hinged opening mechanisms.

Constriction (x26)

Supports and stair modules of various heights, colors, and designs. Fully modular, easily combined for required configurations.

Platform (x12)

Square platforms (4×4 m) in different colors and designs.

Stairs & Fencing (x54)

Three color variations of stairs (1.5 m height). Can be combined for higher levels. Includes railings and parapets of different lengths and shapes.

Hatches (x30)

Hatches in different shapes, colors, and opening styles with 1-, 2-, or 3-panel options.


Technical Objects

Generators (x28)

Compact to large installations with glowing details, turbines, and mechanical parts.

Terminals (x53)

Control panels with holographic displays, glowing screens, and buttons. Screens and holograms can be hidden, moved, and animated.

Crates (x16)

Crates with opening lids and various layouts. Suitable for loot, resources, or decorative use.

Drones (x103)

Cargo, flying, and wheeled drones with moving elements, turbines, wheels, and mounts.

Turret (x88)

Types include machine gun, cannon, laser, rocket, sonic, gauss, and drone-based. Includes projectiles and containers. Equipped with multiple joints for rotation.

Containers (x16)

Available in 6 m and 4 m sizes, with opening doors.

Capsules (x11)

Cylindrical, rectangular, and combined shapes with transparent chambers. Can hold human-sized models. Openable and rotatable.

Capsule contents (x15)

Organic and abstract forms: spirals, coral shapes, glowing plants, DNA-style elements, crystals, and alien organisms.

Vending Machines (x7)

Machines in different shapes and colors with detailed shelves.

Ventilation (x19)

Units and grilles of various shapes and sizes: wall, floor, and industrial installations. Fans can rotate for dynamics.

Gas Cisterns (x4)

Cylindrical and spherical tanks (3 m and 6 m). Usable as structural elements or explosive props.

Boxes (x17)

Boxes in different shapes. Usable as climbable, movable, or cover objects.

Batteries (x15)

Futuristic batteries with glowing details and handles. Serve as energy sources or collectible props.

Barriers (x14)

Concrete blocks, barricades, and glowing energy fences for path blocking or construction detail.

Farm elements (x15)

Farming systems: vertical towers, hydroponic racks, growth pods, tanks, and plants at various stages.

Furniture (x124)

Sofas, armchairs, chairs, and desks of different shapes and futuristic designs. Suitable for interiors of any purpose.


Decorative Elements

Pipes & Cables & Vent tube (x37)

Modular pipes and cables of various shapes and colors: straight, angled, curved. Includes thin cables and large pipes with valves and fittings.

Security Cameras (x13)

Wall-mounted cameras with rotation and tracking.

Barrels (x16)

Used as decorative or gameplay props (including explosive). Available in multiple designs.

Gas Cans (x16)

Usable as refueling props, explosive objects, or decoration. Available in various shapes and colors.


If you liked this package, please leave a review! Creativity to you!


Follow us, new packs coming out, updates, promotions, tutorials:

DISCORD | EMAIL | INSTAGRAM | YOUTUBE


Price $119.00

Cartoon Fast Food Pack by Mnostva

2025, September 29 - 10:32
Perfect for diners, fast food restaurants, cooking games, or any project where fun and tasty vibes are needed! All fast food items come with multiple variations to perfectly fit your project!

Number of Unique Meshes: 215

Collision: automatically generated

Vertex Count: 257.4k

LODs: No

Number of Materials and Material Instances: 1

Number of Textures: 5 identical textures with different resolutions

Texture Resolutions: 2048/1024/512/256 /128px

🍔 Cartoon Fast Food Pack


Bring flavor and energy to your project with this cartoon collection of burgers, pizzas, hot dogs, tacos, and fries!


This cheerful fast food pack features 236 total models crafted in a cozy cartoon style – perfect for casual games, cooking simulators, shop systems, educational projects, and more.


All models are optimized and ready to use across various creative and game environments.


Each fast food item is provided in whole, half, and sliced versions – making them ideal for interactive systems like cooking, serving, crafting, and animated cutscenes.


One texture (2048/1024/512/256/128px) and one material (color) are used across the entire set, ensuring clean integration and optimal performance.


➡️ Included Items


- Burgers

Classic burgers, cheeseburgers, double burgers (whole + halves + pieces)


- Hot Dogs & Sausages

Hot dogs with variations, sausages, sliced and halved versions, food packaging


- Sandwiches & Burritos

Multiple sandwich types (whole, halves, pieces), burritos (whole + halves)


- Tacos & Nachos

Tacos with fillings (whole + halves), nachos with guacamole


- Pizzas

10 different pizzas (whole, halves, slices), pizza boxes


- Sides & Extras

French fries, sauces (ketchup, mustard, mayo, hot sauce, cheese sauce)


- Drinks

Stylized soda cups, bottles, and take-away drinks



➡️ All fast food items come with whole, half, and sliced variations to perfectly fit your project!


⭐ Features

  • 236 total models (210 unique)
  • Whole + sliced variations
  • Cozy cartoon design – perfect for casual, mobile, or indie games
  • Clean pivots and organized naming
  • One texture & one material for optimized performance
  • 454.4k tris (entire set)
  • Great for fast food restaurants, diners, cooking sims, cafés, and cozy environments

Bring your game world to life with delicious cartoon fast food – whether you’re making a cooking simulator, a cozy café, or a vibrant fast food diner, this pack has everything you need!


Renders made in Blender. Unity previews available in the Media section.


Looking to expand your cozy collection? Check out our matching packs:


🍞 Cartoon Bakery & Pastry Pack


🍞 Cartoon Bakery & Pastry Pack 2


🥬 Cartoon Vegetable Garden – Cozy Stylized 3D Asset Pack


🍓 Cartoon Fruit Garden – Cozy Stylized 3D Asset Pack


And also you can find even more COZY packs on our page here - Mnostva Art


We have other 3D formats: FBX \ OBJ \ BLEND \ GLB

You can modify our models yourself by requesting the necessary format from us.


Follow us for for more great content

Email | Instagram | Tutorials]


Price $19.99

Realistic American Semi Truck + Box Trailer | 11 Truck + 8 Trailer Colors | PBR by Premisul

2025, September 29 - 10:17
A highly detailed semi-truck with box trailer asset, featuring 11 truck color and 8 trailer color variations. Includes customizable trailers where you can add your own logos or text on the sides.

Number of textures : 51

Texture dimensions : 2048px*2048px

Types of materials : PBR

Types of texture maps : Albedo (Diffuse), Metallic, Roughness, Normal and Emission Map


Polygon count of

[Semi_Truck_2] : 22.5k

[Box_Trailer_1] : 7.3k


Number of meshes/prefabs : 2/27

UV mapping: Yes

This Semi Truck with Box Trailer asset is designed with precision and realism in mind, making it an ideal choice for professional game developers, simulation creators, and 3D enthusiasts.


The truck comes in 11 different color variants, giving you flexibility in visual style, while the box trailer includes 8 unique color options to match different scenarios. Beyond that, the trailer also supports customizable logos and text, allowing you to personalize it for your game’s world, company branding, or project needs.


Whether you’re building a modern logistics simulator, a city-driving game, or using the model in animations and visualizations, this asset provides both visual quality and versatility.


Key Features

  • 🚚 11 semi-truck color variants
  • 📦 8 box trailer color options
  • 🎨 Customizable trailers – add your own logo, text, or branding
  • ⚡ Optimized for real-time engines (Unity, Unreal)
  • 🔗 Truck and trailer can be used together or separately
  • 🛠️ Clean topology and PBR-ready materials
  • 🌍 Suitable for games, VR/AR, animations, and simulations

🏙️ Ideal Use Cases

  • Delivery & Transport Simulators
  • Driving / Open-World Games
  • Cargo & Logistics Management Projects
  • VR/AR Training Applications
  • Cinematic Animation Scenes
  • City-Building & World Environments

Price $19.99

Stylized Textures - Vol 205 - Rocks by Yoge

2025, September 29 - 08:16

Resolution: 2048x2048

Maps included:

- Color

- Normal

- AO

- Height

- Mask

This pack contains:

17 seamless textures


Price $7.99

Ferris Wheel by Fuad ADV

2025, September 29 - 06:07
Low poly Ferris Wheel with 16 gondolas.

🔧 Technical Specifications


Model Format : FBX

Mesh Count : 115

Texture Dimensions : 512x512, 256x256 (Seamless)

Texture Format : PNG

Polygon Count : 27990

Vertex Count : 41012

Textures Count : 48

Material Count : 23

Material Type : Built-in | URP | HDRP

Prefabs : YES

Colliders : YES

Demo Scene : YES

UV Mapping: YES

Rigged: NO

Animation: NO

Low poly PBR Ferris Wheel made of metal with 16 gandolas. This asset pack provides a fully optimized, low poly 3D model designed for game development and real-time applications. 

Delivered in FBX format with clean topology, proper UV mapping, and Unity-ready prefabs, making it easy to drop directly into your scene.


Price $35.00

Pages