Asset Store newest packages

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

Common Stat by RoofenGame

2025, June 5 - 11:24
Common Stat allows developers to easily create dynamic, flexible and scalable stat systems by simplifying the process of creating, editing and managing stats for any type of game.

Common Stat – The Complete Stat & Formula Framework for Unity

Accelerate game development with a comprehensive, designer-friendly stat management system that scales from prototype to production.

Common Stat provides a robust, performance-optimized framework for managing game statistics, formulas, and dynamic calculations. Whether you're developing RPGs, action games, or complex simulation titles, this system delivers the flexibility and reliability your project demands.

Core Features

Flexible Attribute System

  • Create and modify any game attribute (HP, Armor, Damage, Critical Rate, etc.) through intuitive ScriptableObject workflows
  • Version-control friendly architecture with prefab-safe data storage
  • Clone and customize attributes in seconds without code modification

Advanced Runtime Management

  • Current/Max value pairs with automatic UI integration
  • Live value updates with built-in serialization.
  • Inspired by industry-leading titles like Elden Ring and World of Warcraft

Professional Development Tools

  • Stat Visualizer Window: Real-time monitoring of current values, overrides, and calculated results
  • Dedicated Stat Editor: Streamlined interface for rapid iteration and balance testing
  • Live Validation: Catch configuration errors before runtime
  • Comprehensive tooltips and contextual help throughout

High-Performance Formula Engine

Execute complex mathematical operations with zero garbage collection:

pow(${Armor} - 1, 2 + 1) + sqrt(${HP}) * abs(sin(${HP}))

+ max(random(1, ${Armor}), min(${HP}, 100))

+ dice(${Armor}, 6) * chance(${Armor})

Performance Metrics: 1000 formula evaluations in 0.006ms

Supported Operations:

  • Basic arithmetic: +, -, *, /, %
  • Advanced functions: pow, sqrt, sin, cos, random, min, max, dice, chance
  • Variable references: ${stat_name} for dynamic stat values
  • Runtime parameters: @{parameter} for contextual data injection

Technical Specifications:

  • Zero-GC execution with thread-safe stack pooling
  • Fully extensible function library
  • Multithreading support for high-performance scenarios

Designer-Developer Collaboration

For Designers:

  • Visual formula editor with live preview
  • No-code balance iteration and testing
  • Immediate feedback on statistical changes
  • Intuitive drag-and-drop workflow

For Developers:

  • Clean, well-documented C# codebase
  • Strongly-typed, unit-testable architecture
  • Comprehensive inline documentation
  • Straightforward integration and customization APIs

Production-Ready Features

  • Network Synchronization: Easy Stat or Value Synchronization
  • Save System Integration: Seamless serialization for game state persistence
  • Performance Optimization: Enterprise-grade efficiency for large-scale projects
  • Extensibility: Modular design supports custom functionality without core modifications

Getting Started

The package includes:

  • Complete demo scene with interactive examples
  • WebGL build for immediate testing
  • Step-by-step integration guide
  • Performance profiling tools
  • Comprehensive documentation

Use Cases

Perfect for projects requiring:

  • Complex RPG stat systems
  • Dynamic damage calculations
  • Real-time balance adjustments
  • Multiplayer stat synchronization
  • Data-driven game design workflows

Common Stat transforms stat management from a development bottleneck into a competitive advantage, enabling your team to focus on gameplay innovation rather than infrastructure maintenance.

Build better games faster. Focus on fun, not stat system complexity.


This is the free edition. It does not include the Formula system or the advanced Editor panel, and it will no longer receive updates. For professional support, please use the CommonStatPro.

Survivors Roguelike Kit made with this system

Document

Preview the web demo here


Price $0.00

Scene Swticher Pro + by Ajay Uthaman

2025, June 5 - 11:08
Supercharge your Unity Editor: jump between favorite or build scenes, audit every GameObject change, and maintain a clear edit history—no setup required.
  • Editor Scripting: C# scripts using InitializeOnLoad, EditorApplication, and UIElements for toolbar integration.
  • Scene Discovery: Recursively scans Assets for .unity files; filters build-enabled and favorite scenes via EditorBuildSettings and EditorPrefs.
  • Change Tracking: Uses AssemblyReloadEvents, hierarchyChanged, update loops with frame-based checks to log create/destroy/rename/move/scale/component events.
  • Data Storage: In-memory caching of GameObject state (positions, scales, active states, component lists); persists favorites in EditorPrefs.
  • Compatibility: Unity 2019.4 LTS+; supports both .NET 4.x and Mono backends; no external dependencies.
  • Performance: Lightweight in Edit mode; only small frame checks for change detection; negligible impact on play mode.

Scene Switcher Pro Plus is an Editor extension that supercharges your Unity workflow by combining lightning-fast scene navigation with a robust change-logging system. Whether you’re iterating on multiple levels or auditing modifications across complex hierarchies, Scene Switcher Pro Plus puts you in control.

Key Features

  • Quick Scene Switching
    Toolbar dropdown for all build scenes or your entire project hierarchy
    Mark favorite scenes with a single click for instant access
    Toggle between favorites, build-included, or all scenes with dedicated toolbar buttons
    Search and filter scene list on the fly
  • Change Logger & Tracker
    Adds a Changes button to the Editor toolbar to summon a comprehensive history window
    Automatically records creation, deletion, renaming, movement, scaling, activation, and component changes
    View timestamps and detailed metadata for every GameObject modification
    Full scene snapshot on load or assembly reload ensures accuracy
  • Seamless Integration
    No additional setup—simply import the SceneSwitcherProPlus package
    Compatible with Unity 2019.4 LTS and above
    Lightweight: minimal performance overhead in Edit mode

Why You Need It

  • Speed Up Iteration: Jump between scenes without hunting through your Project window or Build Settings.
  • Track Your Changes: Maintain an audit trail of scene edits to share with teammates or to debug complex setups.
  • Keep Your Workflow Focused: Favorite your most-used scenes and toggle contexts with a single click.

What’s Included

  • SceneSwitcherProPlus.cs — Editor-initialized class for toolbar-based scene selection and favorites
  • ToolbarChangeLoggerButton.cs — Adds the “Changes” button to your toolbar
  • SceneChangeTracker.cs — Core tracking logic for scene change events
  • Sample usage scripts (optional)

Supported Platforms

  • Windows, macOS, Linux Editor

Compatibility

  • Unity 2019.4 LTS, 2020.x, 2021.x, 2022.x, 2023.x, and later

Installation & Usage

  1. Download and import the SceneSwitcherProPlus.unitypackage into your project.
  2. Open any scene—Scene Switcher Pro Plus automatically appears in the toolbar.
  3. Click the F button to filter your favorites, A to view all scenes, or type in the search box to quickly locate a scene.
  4. Use the Changes button (right side) to open the Change History window and review all edits.

Price $4.99

MIGHTY TRACKING by ShrinkRay Entertainment

2025, June 5 - 10:57
One-click path tracer for Unity. Visualise AI, bullets and players in 2-D & 3-D. Requires free Mighty DevOps.
  • Package type: 100 % C# source (no DLLs), assembly-definition boxed, editor-only.
  • Footprint: 0 KB added to player builds; negligible editor GC alloc (<0.3 KB per tick @ 1 s sampling).
  • Tested Unity versions: 2021.3 LTS, 2022.3 LTS, 2023.2 (Built-in, URP, HDRP).
  • Platforms: Windows, macOS, Linux editors.
  • Dependencies: Mighty DevOps ≥ 1.5.0 (free). No third-party plugins required.
  • API access: Single public call – AddComponent<MightyTracker>(); full XML docs and source included.
  • Licensing: Standard Asset-Store EULA, per-seat. Source may be modified inside your project.

(special note, very limited time)

MIGHTY FPS HEATMAPS is also on a launch discount of 50% off right now. MIGHTY PORTAL is part of the special $2 sale right now, so don't forget to add it to your cart before you check out other ways of becoming MIGHTY.


🔥 MIGHTY TRACKING

Record Every Path, Fix Every Flaw


Unity 6-ready • URP & HDRP • Add-on for the free Mighty Maps core




Why you’ll launch it every play-test

  • 3-D & 2-D Trails – visualise player, AI, projectile and physics paths instantly in Scene View and on the minimap.
  • Timeline Scrub – drag to any frame; trails jump in perfect sync.
  • Capture Renders – automatic screenshots from tracked cameras pop up beside the trail; click a thumb to open the full-res frame. Even from enemy or projectile POVs.
  • Session Compare – load different playthroughs and compare.
  • Heatmap Fusion – own Mighty FPS Heatmaps? Overlay performance hotspots directly on the trail.
  • Custom Capture Options – choose resolution, format and compression for Renders; keep projects lean.
  • Zero Setup – import, hit Activate, start recording. Getting Started Guide built in!

“This is the only asset I know that allows you to visually check what happens in your game when you are not looking” — ★★★★★ piretrosoft



Typical result

Choke-point hunt: 45 min

With Mighty Tracking: < 5 min

Multiply by every scene, every sprint.




Works seamlessly with the MIGHTY ecosystem

Need the full optimisation flow? Grab MIGHTY TRACKING ($79), MIGHTY FPS HEATMAPS ($79) and MIGHTY PORTAL ($29) in the MIGHTY PERFORMANCE PACK ($127) and save $60.




Risk-free Satisfaction Guaranteed

Use Mighty Portal in your project for seven days—request a refund and we approve it, even after download.




Stop guessing. Record. Scrub. Ship.



Price $79.00

MIGHTY FPS HEATMAPS by ShrinkRay Entertainment

2025, June 5 - 10:57
Mighty FPS Heatmap adds live 2-D/3-D heatmaps and FPS gizmos to the Unity Editor (via free Mighty DevOps) so you instantly spot frame-drop hotspots, debug faster, and prove your optimisations.
  • Pure C# source, no DLLs – organised under assembly definitions for easy exclusion from builds
  • Editor-only: adds 0 KB and 0 ms to player builds (all work happens inside the Editor)
  • Compatible with Unity 2022.3 LTS, 2023.2 — Built-in, URP, HDRP
  • Requires Mighty DevOps ≥ 1.5.0 (free core)

Profiling Features (v 1.0.0)
• Origin Heatmap – stamps FPS where the camera stood
• Projection Heatmap – projects FPS forward along the view cone
• Object Heatmap – ray-casts visible meshes, pins FPS at exact hit points
• Live FPS Spheres – 3-D gizmos hover over hotspots inside the Scene view
• Timeline Scrubber – isolate any slice of a play-through, watch heatmap animate
• Disk-based session logs – save, reload and compare without re-profiling

(special note, very limited time)

MIGHTY TRACKING is also on a launch discount of 50% off right now. MIGHTY PORTAL is part of the special $2 sale right now, so don't forget to add it to your cart before you check out other ways of becoming MIGHTY.


🔥 MIGHTY FPS HEATMAPS

Turn Red Zones Green in Minutes
Unity 6-ready • URP & HDRP • Add-on for the free Mighty Maps core



Why it’s in every optimisation pass

Instant Hotspots – three views (Origin, Projection, Object) light up slow areas.
Target-FPS Slider – dial 30 / 60 / 120 fps; colours shift live as you tune.
Smart Filters – isolate by time-range, fps range, poly count, or camera-view.
Follow-Sceneview Mode – visualize from the same angle the read was taken.
Zero Setup – import, press Activate, and start fixing. Built in Getting Started guide.



“Scrolling the Profiler felt like archaeology—Heatmaps showed the culprit in under a minute.” — ★★★★★ Simulated Review (we just launched!)


Typical win

Boss arena: 18 fps → 120 fps in a single afternoon.

Stop hunting; start shipping smooth frames.



Fits straight into the MIGHTY ecosystem

Need the full optimisation flow? Grab MIGHTY TRACKING ($79) and MIGHTY PORTAL ($29) in the MIGHTY PERFORMANCE PACK ($127) and save $60.



Risk-free Satisfaction Guaranteed

Use Mighty Portal in your project for seven days—request a refund and we approve it, even after download.



Stop guessing. Paint the problem. Fix the frame rate.


Price $79.00

Survival & Crafting – 2D Icon Pack by B & B Creations

2025, June 5 - 10:11
A 2D icon pack of 30 survival and crafting items: tools, resources, food, and more
  • 30 unique 2D icons
  • PNG format with transparent backgrounds
  • Three sizes: 64px, 128px, 256px
  • Categories: tools, materials, food, medkits, crafting items
  • Consistent stylized art for clean UI design
  • Ideal for survival, crafting, RPG, and simulation games
  • Royalty-free for personal use

This 2D icon pack contains 30 handcrafted icons designed for survival, crafting, and inventory-based games. Each icon is stylized with clean readability in mind and is ideal for UI design, inventory screens, and crafting menus.


Includes categories such as tools, raw materials, food, and medical supplies. All icons come in three sizes (64px, 128px, 256px) as PNGs. Assets are game-ready and compatible with Unity.


Suitable for a wide range of genres including survival, RPG, and simulation games.


Price $8.99

Industrial Ventilation Ducts KIT by Pixel Life

2025, June 5 - 09:07
With this asset you will be able to decorate your project with realistic modular industrial ventilation ducts giving you a wide range of options for personalization

Number of textures: 24 URP, 18 HDRP

Texture dimensions: 4k

Minimum polygon count: 500

Maximum polygon count: 3000

Number of meshes/prefabs: 25 meshes, 150 prefabs

Rigging: NO

UV mapping: YES

LOD information: YES, 3 levels

Types of materials and texture maps: PBR

This package features modular industrial ventilation ducts covering realistic models and handpainted textures.

Working interior.

INCLUDES:

  • 25 Unique models
  • 3 Color variations

3 levels of LOD's to improve performance and optimization

All meshes are optimized for maximum performance without losing quality.

All props were baked from high poly to low poly to increase texture details and improve performance on high density actors scenes.

Models were modeled in a non destructive workflow for easy mesh customization.

Props tris: 500 to 3000

REVISION: 1.0.0

DISCLAIMER:

Allways BKP your project before importing any asset or updated version.


Price $10.00

Stylized Sci-fi Farm Vehicles - By Yorakeys by Yorakeys Studios

2025, June 5 - 09:00
Stylized, modular sci-fi farm vehicles with swappable parts, glowing elements, and customizable colors—designed to bring futuristic energy and motion to your space-farming environments
  • Number of Textures: Single main texture and Emission mask
  • Texture Dimensions: 2048 X 2048 pixels
  • Triangles: ~110k (Whole Package)
  • Vertices: ~58k (Whole Package)
  • Rigging: No
  • UV Mapping: Partially
  • LOD: No

Stylized Sci-Fi Farm Vehicles come equipped with modular parts and customizable color regions, making it easy to personalize futuristic machinery right in the editor. Designed for advanced farming colonies and space-themed projects, each vehicle adds a unique blend of utility and sci-fi flair to your environments.


—— Content ——

  • Tractor
  • Orchard Tractor
  • Pickup Truck
  • Peterbilt Truck and Container
  • Combine Harvester

Regular farm vehicles are also available Stylized Farm Vehicles


For any asset-related inquiries, please email us at: yorakeys.contact@gmail.com


Price $19.99

Waypoint Indicator Basic by Etr Std

2025, June 5 - 08:45
Easily add customizable waypoint indicators to your projects! offers a flexible system for guiding players to objectives, enemies, and interactive elements, both on-screen and via compass.

Whether it's waypoints, enemies, loot, or objectives—this system displays them on your screen with dynamic UI, arrows, and distance info.


Features:

  •  Auto-Switching On-Screen / Off-Screen indicators
  •  Supports Any Target Type: Waypoints, enemies, allies, loot, objectives, etc.
  •  Directional Arrows for off-screen targets
  •  Distance Display with metric or imperial formatting
  •  Health Bars, Level Texts, and Custom Images
  •  Fully Customizable Prefabs via scriptable IndicatorProfile
  •  Edge Modes: Circle, Ellipse, or ScreenBox position clamping
  •  Runtime Control API: Update visuals, hide/show, change values, etc.

 Modular & Editor-Friendly

  • Simple component: Just add IndicatorController to any GameObject.
  • Control visibility, image, slider, and label via code or inspector.
  • Supports custom indicator types with named prefabs.

Price $15.00

Operation Theatre by Red Blue Pixel Studio

2025, June 5 - 08:16

Number of meshes/prefabs: 82

Poly Count: 35-50k

LOD information (3, LOD0,LOD1,LOD2)

UV mapping: Yes

Number of Materials: 37

Number of Textures: 169

Texture Resolutions: (4K)

Types of materials and texture maps: (PBR)

1950s Operation Theatre – Modular Asset Pack


Bring your game scenes or cinematic stories to life with a highly detailed, period-accurate 1950s Operation Theatre environment. Designed with game developers and visual storytellers in mind, this asset pack blends historical authenticity with modular flexibility—making it ideal for isometric level design, atmospheric storytelling, and immersive exploration gameplay.

Whether you're creating a suspense-filled medical drama, a strategic investigation game, or a hauntingly quiet post-war scene, this pack gives you the tools to build a striking surgical room from mid-20th-century hospitals.


Key Features:

  • 🧱 Modular Wall & Floor Pieces – Build custom room layouts with ease. The modular structure is ideal for snapping pieces together in grid-based or isometric environments.
  • 💡 1950s Era Accuracy – Styled to match the medical technology, architecture, and mood of a 1950s hospital, capturing both sterile realism and cinematic tension.
  • 🛠️ Low Poly, Optimized Props – Includes surgical tables, ceiling lamps, medical trays, wall-mounted tools, oxygen tanks, and more—optimized for performance in games and large scenes.
  • 🎮 Isometric-Optimized Layouts – Assets are designed for clarity and detail when viewed from fixed isometric or top-down perspectives.

This environment kit is the perfect starting point for building narrative-driven hospital interiors in strategy games, visual novels, horror titles, or cinematic pre-rendered scenes—all with the haunting precision of a 1950s operating room.


Join our Discord for any bug reports or suggestions

Check Our Social for upcoming projects: Facebook || Instagram || X (Twitter) || linkedin || Youtube


Check out our Gravestones pack

You can also check our Medieval Food Cart


Price $29.99

Dorwyn Anime Dwarf by smoky_fox

2025, June 5 - 08:07
Dorwyn Anime Fantasy Modular Dwarf

Number of textures: 10, Grey color to change

Minimum polygon count:40k

Maximum polygon count:60k

Number of meshes/prefabs: 6

Rigging: Yes

Animation count: 25

Animation type list: Walking, Combat

UV mapping: Yes

Sex: Male

Rig: Humanoid

Polygons: 60k

Texture Resolution: 4K Textures

Texture Maps: Diffuse

Shader: Unity-chan Shader

Facial Expressions: Skeleton Facial Rig


Support: Unity 2018.1 & Above

Pipeline: Standard Only (For other pipelines such as LWRP or HDRP, kindly switch the Shader to one supported on that platform)


Price $25.00

LowPoly Supermarket Food Pack (150+ Props) by Anastasita3D

2025, June 5 - 07:54
LowPoly Supermarket Food Pack is a set of lightweight, stylized 3D food models perfect for filling store shelves. Optimized for games, sims, and mobile apps without sacrificing visual quality.

The list contains a total of 157 items and consists of 39 different product types.


Dairy and beverages:

  • Butter: 3
  • Cheese: 1
  • Binggra milk: 3
  • Milk bottle: 2
  • Milk: 3
  • Juice: 4
  • Juice mini: 4
  • Tin cans: 18
  • Yogurt: 12
  • Big bottle: 1
  • Beer basket: 1
  • Bottle of beer: 2
  • Bottle of wine: 3
  • Soda bottle: 4
  • Soda can: 6

Packaged products:

  • Egg: 2
  • Egg tray: 4
  • Glass jar: 10
  • Candy packaging: 4
  • Cylindrical packaging: 3
  • Flow pack: 5
  • Rectangular packaging: 4
  • Round packaging: 4
  • Soft packaging: 4
  • Tube packaging: 4
  • Cup: 3

Meat, fish, and poultry:

  • Chicken leg: 2
  • Ribs: 2
  • Sausage: 3
  • Sausage mini: 3
  • Steak meat: 2
  • Chicken carcass: 2
  • Chicken wing: 2
  • Fish: 25
  • Fish steak: 2

Additional Features:

  • Average vertexes: 700.
  • 1 Texture: Compact 512x512 pixels for optimal performance.
  • Rigging: No
  • Game-Engine Ready: All models are optimized for smooth integration and high performance.

LowPoly Supermarket Food Pack


Perfect for populating your supermarket or store shelves!


This pack includes over 35 stylized, low-poly food items designed for retail and grocery store environments. From milk cartons, bottles, and canned goods to meats, fish, and snacks — everything you need to bring your store scene to life.

Great for:

  • Supermarket simulations
  • Tycoon and management games
  • Mobile games
  • Stylized interiors and retail scenes

Features:

  • Lightweight low-poly models
  • Consistent visual style
  • Mobile-optimized
  • Ready for use in Unity
  • Clean hierarchy and naming

Contents:

  • Beverages (milk, soda, juice, water bottles)
  • Meat and fish (whole, cuts, sausages)
  • Canned food and packaged goods
  • Store-ready containers and packs

Price $5.00

Stylised Reality: Campfire by Polygon Pilots

2025, June 5 - 06:58
Low poly camping campfire with cauldron. Stylized survival fire pit for adventure, mobile, URP, or low poly games. Includes tripod, wood, rocks. With quality of Polygon Pilots.

Render pipeline: Universal Render Pipeline (URP)

Textures: Texture Atlas 2048x2048 (Albedo Only)

Materials: 1

Polycount Campfire:

  • LOD0: 2500Tris
  • LOD1: 893Tris
  • LOD2: 428Tris

Number of meshes/prefabs: 1

Uvmapped and hand painted textured

Albedo only material

Low Poly Campfire with Cauldron - Stylized Survival Asset

Bring your low poly survival world to life with this handcafted stylized campfire set, made with the clean and colorful aestetic of Polygon Pilots.

This asset is ideal for camping scenes, survival games, adventure levels or any project that needs a cozy practical firepit.


This pack includes a fully modeled campfire with:

  • Hanging cauldron
  • Stylized stones for the base of firepit
  • Wooden firewood
  • Optimized geometry and UV's
  • Only albedo textures

Perfect for:

  • Low poly mobile games
  • Cozy diorama scenes
  • Outdoor stylised environments
  • Stylized PC/Console games
  • All projects using URP workflows

Why choose our assets?

  • Made with Polygon Pilots quality!
  • Lightweight and mobile friendly.
  • Consistent visual quality for all our assets.

We invite you to our discord server: https://discord.gg/GvpgGrCDds


Forest environment scene not included in Package.

It will be avaiable in store Soon :>


Price $0.00

Interaction Mocap Animations by Yummy Games

2025, June 5 - 06:57
This is the perfect match for your Action&RPG Project ! A collection of 91 MOCAP Animations ( In Place + Root Motion), including body and hands animations.
  • 54 In Place MOCAP Animations
  • 37 Root Motion MOCAP Animations
  • DEMO Animations Showcase

Our studio is currently available for collaboration on motion capture animation projects. Feel free to reach out if you're looking for custom work or production support:

Email : yummygames.sas@gmail.com


TRAILER

SHOWCASE

ANIMATIONS LIST


This is the perfect match for your Action&RPG Project !

A collection of 91 MOCAP Animations (In Place + Root Motion), including body and hands animations :


54 IN PLACE ANIMATIONS :

  • 20 Box IP Animations
  • 2 Button IP Animations
  • 2 Card IP Animations
  • 5 Door IP Animations
  • 2 Handle IP Animations
  • 1 Lever IP Animations
  • 12 Recognition IP Animations
  • 1 Rope IP Animations
  • 1 Switch IP Animations
  • 8 Valve IP Animations

37 ROOT MOTION ANIMATIONS :

  • 20 Box IP Animations
  • 2 Button IP Animations
  • 8 Door IP Animations
  • 3 Lever IP Animations
  • 4 Rope IP Animations

We hope you enjoy our pack and if you have any queries please contact us :

Email : yummygames.sas@gmail.com


Discord

Twitter


Price $23.99

Bartender NPC Mocap Animations by Yummy Games

2025, June 5 - 06:57
This is the perfect match for your projects using NPCs! A collection of bartender and customer Mocap Animations.
  • In Place MOCAP Animations
  • Root Motion MOCAP Animations
  • DEMO Animations Showcase

Our studio is currently available for collaboration on motion capture animation projects. Feel free to reach out if you're looking for custom work or production support:

Email : yummygames.sas@gmail.com


SHOWCASE

ANIMATIONS LIST


This is the perfect match for your projects using NPCs!

A collection of MOCAP Animations ( In Place + Root Motion), including body and hands animations :

Bartender animations :

  • 2 Idle
  • Clean Bar ( start/loop/end )
  • Clean glass (start/loop/end )
  • Clean table (start/loop/end)
  • Idle Accept/Deny
  • Carry glasses
  • Pick up tray
  • Put glasses on table
  • Put glass on table
  • Put tray on table
  • 2 Serve drink
  • Take something out bar
  • 2 Tidy up bar

Customer animations :

  • 3 Sit at bar
  • 6 Sit at table
  • 3 Sit at table with drink
  • 4 Stand at bar
  • 3 stand at bar against seat

We hope you enjoy our pack and if you have any queries please contact us :

Email: yummygames.sas@gmail.com


Discord

Twitter


Price $11.99

Dialogue Mocap Animations Vol.1 by Yummy Games

2025, June 5 - 06:57
This is the perfect match for your projects using Npcs and characters talking !
  • 45 In Place MOCAP Animations
  • 12 Root Motion MOCAP Animations
  • DEMO Animations Showcase

Our studio is currently available for collaboration on motion capture animation projects. Feel free to reach out if you're looking for custom work or production support:

Email : yummygames.sas@gmail.com


TRAILER

SHOWCASE

ANIMATION LIST


This is the perfect match for your projects using Npcs and characters talking !

This pack complements Volume 2. Together, they provide a rock-solid foundation to bring your NPCs and dialogue systems to life.


A collection of 57 MOCAP Animations (In Place + Root Motion), including body and hands animations.


We hope you enjoy our pack and if you have any queries please contact us :

Email : yummygames.sas@gmail.com

Discord

Twitter


Price $19.99

Cyberpunk fashion series - Bundle 1 by Anatoly Arkhipov

2025, June 5 - 06:49
Modular, high quality cyberpunk girls for your project

Rigging: Yes

Skeleton: Humanoid

Number of characters: 5

Number of Animations: 0

Vertex counts of characters: 45054, 51480, 44014, 48470, 48586

Triangles: 71801, 75017, 69835, 74865, 70450

Number of Textures: 245

Texture Resolutions: from 4096x4096 to 1024x1024

All characters have modular parts. You can remove any piece of clothing. Full body is present. All characters are compatible with the humanoid skeleton. Facial bones and breast bones are present. Blendshapes are present. Clean skin texture is present. For better hair I recommended to use custom shaders from store. All render pipelines.


NO ANIMATIONS!

  • 5 Unique characters
  • Fully modular
  • Full body
  • Facial bones and breast bones
  • 50 Apple arkit blendshapes
  • Clean skin texture
  • Humanoid rig
  • High quality
  • All RP

ATTENTION! The unpacked project takes up 9 GB. 4K tga textures weigh a lot, I do this to achieve maximum quality. You can convert and compress textures as you like.


Please leave a review if you liked my product! This will help me a lot!

If you have any problems with the product, first write to me by email!

anatoly.arkhipov.work@gmail.com


Price $199.99

Stylized Toon Glass by Shir0dev

2025, June 5 - 06:32
Stylized/Toon Glass Shader for BIRP/URP
  • 1 Fully Customizable Transparent Toon Shader
  • 1 Material
  • Demo Scene

Bring life to your glass materials! 

A fully customizable, drag and drop glass shader utilizing cel-shaded/toon lighting. 

Perfect for cozy games, RPGs, or anything set in an anime or similarly stylized environment. Currently, the specular highlights and rim lighting only support the main directional light in the scene, but support for additional lights (with customizable attenuation) is planned.


Price $8.49

SceneShot Pro (scene view screenshots) by 3D Team

2025, June 5 - 06:29
Capture high-quality Scene View screenshots with MSAA and resolution scaling. Clean, editor-only screenshots for docs, portfolios, or presentations.

Features:


✅ Scene View camera screenshots
✅ Real MSAA (2x, 4x, 8x)
✅ Resolution scaling for supersampling
✅ Organized folder output
✅ Editor-only (no runtime overhead)


Take beautiful high-resolution screenshots directly from the Scene View — with real MSAA antialiasing!

This lightweight editor tool allows you to capture crisp, polished images of your Unity scenes for documentation, portfolios, presentations, and store assets. Unlike traditional Game View captures, this tool renders from the Scene View using a temporary camera with customizable MSAA and resolution scaling to produce ultra-clean visuals.

✅ Scene View camera screenshots
✅ Real MSAA (2x, 4x, 8x)
✅ Resolution scaling for supersampling
✅ Organized folder output
✅ Editor-only (no runtime overhead)

Ideal for:

  • Game developers
  • Level designers
  • Marketing teams
  • Technical artists

💡 Perfect for taking clean shots of your scene layout, lighting, environments, or assets — even without a custom camera setup.


Price $15.00

3D Mid Poly Livingroom Pack by Toffu Co

2025, June 5 - 06:21
The content consists of 257 livingroom objects, all modeled in mid poly requirement. It contains objects that you can easily use in your projects featuring livingroom.

Number of textures: 283

Textures: All textures maps PBR

Texture size: 2048x2048

Types of texture maps: Albedo, Normal, Metallic

VR/AR ready

Number of polygons/triangles:

room1: 538k / 983k

room2: 302k / 532k

room3: 95k / 187k

room4: 36k / 71k

room5: 44k / 90k

room6: 41k / 84k

room7: 790k / 1.2k

room8: 43k / 88k

room9: 25k / 51k

room10: 19k / 38k

Rigging: No

UV mapping: Yes

The content includes 257 livingroom objects, all modeled to meet mid poly requirements. These objects are ideal for use in livingroom concept projects. Each object is crafted according to mid poly technical standards.

Features: By combining model assets, you can create your own unique environment.


Price $44.99

Baseball Referee Animation by MotionDezire

2025, June 5 - 04:59

Number of Animations: 30

Animation Types : Root Motion

👨‍⚖️ Referee, there are 30 Animations


🚀All animations are available in both left-hand and right-hand versions


📌 Important Notes:

Animations only – video backgrounds, and screenshots shown in previews are not included in project


Price $15.00

Pages