Feed aggregator

Easy Scenes - Scene switcher by Binary Bros

Asset Store newest packages - 2025, January 22 - 10:10
A Unity editor tool for quick scene switching with customizable search paths. Supports team-shared and personal path configurations. Makes scene navigation efficient with folder-based organization.

Tired of constantly clicking through folders to find and open scenes? Easy Scenes puts all your Unity scenes at your fingertips with a clean, organized interface. Perfect for solo developers and small teams who switch between scenes frequently throughout the day.


The tool displays your scenes in a simple list, grouped by folders for easy navigation. Teams can share a common scene structure while individual developers maintain their own preferences. Just click and switch - no more searching through Project window folders.


It's ready to use instantly with your existing scenes, and adding new scene locations is as simple as drag & drop. Make your daily Unity workflow smoother with Easy Scenes.


Key features include:


Quick Scene Access

  • Organized scene list grouped by folder structure
  • One-click scene switching with automatic save prompts
  • Visual indication of the currently active scene
  • Handles play mode transitions safely

Flexible Path Configuration

  • Add multiple scene search paths
  • Drag & drop folder support
  • Browse functionality for path selection
  • Auto-detection of scene files in configured paths

Team Collaboration

  • Shared search paths configuration via ScriptableObject
  • Personal override option for individual preferences
  • Default paths for new team members
  • Version control friendly

Smart Updates

  • Automatic refresh when scenes are added/removed
  • Real-time updates when switching scenes
  • Maintains scene list organization when paths change
  • Handles project window scene operations

User-Friendly Interface

  • Clean, Unity-style UI
  • Intuitive settings management
  • Clear feedback messages
  • Efficient folder-based organization

Perfect for projects with multiple scenes and team environments where organized scene management is crucial for productivity.


Price $15.00

Stylized Low Poly Skeleton by SazenGames

Asset Store newest packages - 2025, January 22 - 10:00
A stylized low poly skeleton

Number of textures: 2

Texture dimensions: 2048x2048

Polygon count of Skeleton: 5812

Number of meshes/prefabs: 1

Rigging: Yes

Animation count: 0

UV mapping: No

Types of materials and texture maps : Base Color, Emissive


A stylized low poly skeleton. Humanoid setup ready for your mechanim animations.

animations coming soon.


Price $0.00

Gen05FirTree01 by Mr Andrew Chapman

Asset Store newest packages - 2025, January 22 - 09:52
Gen05 Fir Trees 01 A Pack of different aged Fir Trees to add to your collection.

Gen05FirTrees01


14 Unique Meshes, 14 Prefabs

23 Textures including Billboards for LOD04

1024x1024, 1024x2048, 2048x2048

Meshes = 1.5k - 9.9k Tris range

UV mapping, LightMapping, Colliders.

LOD0-LOD4 included.

Vertex Coloured to work with Wind.


Gen05FirTrees01


A Pack of varied Age Fir Trees. Created using the Gen05 workflow to prevent duplication and Multiple layer seeding.


  • 14 Unique Fir Tree Meshes
  • Texture maps, including Diff, Normal, AO and Height
  • Works with the URP built-in to Unity 6.0 Editor, out of the box. Can be converted eaisly to other Pipelines (see our Monitored Forum Link).
  • LOD's included.
  • Colliders and Lightmaps all created.
  • Various Ages of Maturity.

Created in Unity 6.0 Editor


Price $6.64

Crazy Eights (Mobile, Multiplayer, AI) by Intuitive Gaming Solutions

Asset Store newest packages - 2025, January 22 - 09:10
A Crazy Eights card game for Unity that supports local play, AI opponents, and online multiplayer with AI fallback for when opponents leave. Supports all platforms including iOS & Android.
  • Works with all input systems.
  • Works with all default render pipelines.

An all-in-one solution to Crazy Eights (or similiar) single-or-multiplayer card games in Unity that provides a .NET standard 2.0 compliant playing cards system with decks, animations, cards, and more. Includes an AI module that allows you to effortlessly build your card game and ship it to your customers on all Unity supported platforms: Windows, MacOS, iOS, Android, Linux, and more.


Features:

  • 🕹️ Fully featured with documentation and in-code comments.
  • ⚙️ Powerful .NET standard 2.0 compliant Crazy Eights implementation that drives AIs and games.
  • 🪞 PUN2 multiplayer suport with lobbies, host migration, and AI-takeover.
  • 🃏 Playing cards system with full deck of cards, automatic animations, rigged and non-rigged playing card meshes, textures for all cards, shuffle and sorting methods, and more. Modular and detached from the Crazy Eights game code so it can be reused for other card games, or card-related features.
  • 💃 Automaticaly generates playing card animations for transfering to deck, between decks, to spot within deck, etc.
  • ⬆️ Configurable wild cards. Customize your game by making and card face value(s) wild. (Default: 8, for crazy eighst)
  • ✔️ Game over detection: win, loss, draw, reset, etc.
  • 👬🏻 Local versus play. Multiple players can play on 1 device with or without optional AI opponents.
  • 🌐 Online play (Using PUN2 networking package)
  • 🤖 Advanced AI module to easily add new custom AIs and scale difficulty. When players quit a multiplayer game AI will take over and be run by the lobby host.
  • ⏰ Limit AI think time and search depth.
  • ⚡ Powerful Unity editor event implementaiton. (No coding required!)
  • 👉 Mouse & touchscreen input supported out-of-box.
  • 🫣 Ability to hide or show cards, their faces, etc, based on the game situation to prevent cheating. Including a 'Ready' UI that prevents local players from seeing other player's cards when playing versus on a single device.
  • 📱 Supports IL2CPP, Windows, Linux, MacOS, iOS, Android builds and more.
  • 🧱 Modular. Small but powerful systems and features are combined to make a highly moddable game.
  • 📚 Main menu demo with configurable player count and AI opponents.
  • 🖌️ Extremely customizable.
  • 👨‍🏫 Great for beginners and professionals.
  • 📝 Hand written documentation included.
  • 📧 Fast support anytime by contacting us at intuitivegamingsolutions@gmail.com

Included AIs:

  • 🤡 Doofus - an unpredictable, quick-moving, crazy eights AI.

Easily deployed. Build and deploy your game on any Unity supported platform, operating system, or build mode thanks to the fully .NET standard 2.0 compliant implementation.


Advanced multiplayer. The PUN 2 demo features a robust multiplayer lobby hosting and joining system that allows users to host, or join multiplayer games of 2 to any configured number of players (up to 6 in the demo). The system supports host migration, AI takeover when a player quits, and more.


Separation of concerns. Crazy Eights' design adheres to the principle of separation of concerns meaning systems are kept small, multi-functional, and carry out specific well defined and documented tasks. This keeps Crazy Eights easy to understand, extremely moddable and powerful, and allows you to easily enable or disable features both in the editor or at runtime.


Fast setup. Easy to understand setup with clear documentation. Get your cards game working in minutes with an easy to understand workflow. Simply import the package and you are ready to go.


Well structured. Organized neatly to allow for easy navigation and modification without breaking any core features.


Well documented. Comes with demo scenes, hand-written documentation, tutorial videos, and doxygen compliant in-code comments for automatic generation of API references.


Other Assets:

Chess Engine & AI - A 5-star rated and complete chess solution for Unity: mobile, multiplayer, AI.

Checkers Engine & AI - A complete checkers solution for Unity: mobile, multiplayer, AI.

Damage System - An advanced damage and weapon system for your game.

Waypoints & Pathing - An easy to use tool for creating waypoints and path movers in Unity with intuitive visual tools.


Documentation:

Documentation


*Do not hesitate to email questions, concerns, suggestions, or comments to intuitivegamingsolutions@gmail.com*


Price $100.00

Crocodile Man Monster - low-poly stylized by Agor2012

Asset Store newest packages - 2025, January 22 - 08:54
Crocodile Man Monster - low-poly stylized. Suitable for arcade, RPG and other third-person games in a cartoonish low-poly style. Rigged and animated.

Materials: customizable

Skeletal Rig Epic Skeleton:

17 animations (see in the video preview)

  • Idle_1
  • Idle_2
  • Walking_1
  • Walking_1
  • Crouching
  • Runing
  • Falling_looped
  • Landing
  • Jumping
  • Screaming
  • Attack
  • Biting
  • Dying

Crocodile Man Monster - low-poly stylized. Suitable for arcade, RPG and other third-person games in a cartoonish low-poly style. 

The game model Crocodile Man Monster are made on the basis of an epic skeleton

Built-in materials are included - you can easily customize the character's coloring as desired.

UV map included.

Included 13 animations.

Here is a animations demo video: https://youtu.be/POPWflxAM7c


Polycount:

  • Vert 3864
  • Faces 4074
  • Tris 7702

If you have any problems with files or any questions, feel free to contact me - I am always ready to help.


Price $19.99

Yanshi - Stylized Rocky Island Environment by TUFFPOLYGON

Asset Store newest packages - 2025, January 22 - 08:45
Rugged coastal island landscape, featuring a modular design, combining sharp rocky cliffs, sandy shores and trees to create an immersive island environment, Optimized for performance and flexibility.

Texture dimensions:

generally all textures are 1024x1024, except for the flowers and grass they are 512x512.

also for the wooden bark, the hut and shrine they are 1024x1024,

also for the cliffs, rocks, lamp and pagoda they are 2048x2048,

finally exception for the skybox it is also 2K.

Polygon count:

from 140 to 3,074 poly's except for the pagoda it is 20k because it has the stairs and the rails integrated to the model

Number of meshes/prefabs:

there is 33 model for all the aforementioned assets, all 33 models have prefabs, terrain and other misc stuff like post process volumes is in the demo scene but not made a prefab.

Rigging: no.

Animation count: 1 animation for the ribbons of the straw hut house, completely optional and can be ignored.

LOD implemented for all objects, but small objects tend to have one level, except for the lamp and pagoda and shu_01 they are already as simple as possible, trees (not the shrub) and rocks have 2 LOD levels, shrub has 3 levels, except rock_10 has one level because it is already a small optimized rock,

all objects are naturally very optimized, aiming for good mobile performance.


Discover a beautifully crafted stylized rugged coastal island landscape, perfect for open world projects, featuring a modular yet artistic design, combining sharp rocky cliffs, sandy shores, and lush greenery to create an immersive island environment. Optimized for performance and flexibility, this is, again, ideal for open-world exploration, adventure games, RPG's or perhaps atmospheric scenes. Bring your world to life with its distinctive visual style and seamless integration, enabling you to craft unique island environments that will surely set your game apart from the rest, bring some naval goodness to your games with this gorgeous coastline, make players feel truly free, in an open world with endless potential!


📚Additionally, all shaders are provided for creatives to edit, made using ShaderGraph thus very flexible and easy to work with! contains optimized prefabs to craft the perfect nature environment! features include but not limited to:

  • Stylized trees, bushes, grass and flowers!
  • RGB foliage shaders - customizable colors directly in the editor!
  • Sharp cliffs, large to pebble sized rocks!
  • props, shrines, pagodas, campfires, stone lamps!
  • Custom skybox, models fit for any lighting situation!
  • Massive island demo scene!

🎣 all objects are naturally very optimized, aiming for good mobile performance, achieved thanks to quality shaders and smart LOD levels.


Prefabs overview


🌼Foliage

  • flower_blu: A vibrant blue flower, ideal for adding pops of color to natural settings.
  • flower_green: A unique green flower that blends subtly into grassy environments.
  • flower_liteblu: A light blue flower with a soft hue, perfect for tranquil scenes.
  • flower_orange: A bright orange flower, great for creating warm, inviting landscapes.
  • flower_pink: A delicate pink flower, perfect for adding charm and elegance.
  • flower_purple: A rich purple flower, adding depth and mystery to scenes.
  • flower_red: A striking red flower, excellent for bold accents in gardens.
  • flower_yellow: A cheerful yellow flower, brightening up natural spaces.
  • grass: Dense grass ideal for shorelines and lower islands, enhancing realism.
  • grass_cliff: Rugged grass designed for cliff tops and elevated terrain.
  • hua_01: A simple and elegant flower to enrich natural compositions.
  • hua_02: A slightly larger flower for focal points in gardens or wild areas.
  • hua_03: A detailed flower, perfect for adding diversity to floral landscapes.

⛺Houses

  • hut_fangzi: A coastal straw hut, excellent for seaside or tropical environments.
  • shrine_shinto: A small roofed Chinese enclosure with stairs, suitable for prayers or housing items.

⛩Pagodas

  • pagoda: A garden pagoda with integrated walkways and rails, perfect for placement over lakes.

🪔Props

  • cao_lily: A water lily with wide coverage, ideal for decorating lakes and ponds.
  • Wujian_fireplace: A ground-integrated fireplace, perfect for campfire setups.
  • wujian_lamp: A stone lamp with candle lighting, adding ambiance for nighttime scenes.

🗿Rocks

  • rock_01: A large cliff rock, great for creating steep cliffs or covering large areas.
  • rock_02: A medium to large rock, versatile for scenic compositions or landmarks.
  • rock_03: Another medium to large rock, suitable for similar uses as rock_02.
  • rock_04: A slightly smaller rock, ideal for compositions or natural accents.
  • rock_05: A medium rock, excellent for decorating natural terrains.
  • rock_06: A medium-sized rock, versatile for various scenic applications.
  • rock_07: A smaller rock, suitable for decorative purposes or detailed scenes.
  • rock_08: A medium to small rock, ideal for scenic accents or pebble-like decoration.
  • rock_09: Another medium to small rock, versatile for creating natural details.
  • rock_10: A smaller rock, perfect for enhancing scenic compositions.

🌲Trees

  • guanmu_01: A versatile bush, ideal for filling spaces or adding depth to vegetation.
  • shu01: A large tree, perfect as a centerpiece or for prominent compositions.
  • shu02: A medium tree, excellent for dense terrains or creating small forests.

🌊Water

  • water: A water prefab, ideal for creating lakes and ponds, but can be used for larger stuff like the sea, also perfect for coastlines, the included water shader is used for the pond and the sea in the scene, shader is balanced for quality, but also keeping everything running smoothly even on mobile hardware, it is very optimized and can be used for large water plains without problems even on weaker devices!

We update our packs periodically so if you want to see something specific added, please use the support email to make a request, or kindly voice your needs in a review.

We'd love to hear your feedback! If you find these assets useful please rate and review them!





Price $40.00

Bar / Interior - Functional Low Poly assets by Fries and Seagull

Asset Store newest packages - 2025, January 22 - 08:38
Fries and Seagull Studio (´ ·ω ·)つ A functional low-poly model pack on Unity Asset Store We provide functional furnitures besides model and mesh ヽ(゚▽゚)ノ

Number of textures: 0

Minimum polygon count: 86973

Maximum polygon count:86973

Number of meshes/prefabs: 41/55

Rigging: No

Animation count: 0

Animation type list:None

UV mapping: No

LOD information (count, number of levels): Not Supported

Types of materials and texture maps: BSDF PBR

===== Resources =====

■ Scrolls x2, Corkboard, Coat Hooks, Wall-Mounted Wine Rack

■ Wall-Mounted Picture Frames x5

■ Desktop Candles x2, Chandelier

■ Tables x3, Chairs x2, Bench, Bar Stool

■ Cups x4, Wine Bottles x6

■ Bar Counter

■ Wine Barrel Racks, Wine Barrels, Tablecloth, Chicken Set Meal, Carpet

■ Rail Body, Rail Rods

===== Features =====

■ Illuminated glowing light fixtures

■ Object Array Arranger - Draw a line (or a curve) and place multiple base game object with an position & rotation offset in customization range

■ Fence Arranger - Draw a line (or a curve) and place fence body and fence pole seamlessly along the line (or curve)

■ Sample lighting configuration as shown in the video

===== Compatibility =====

■ Supports Unity 2022.3 and higher versions; other versions have not been tested yet

■ Supports Universal Render Pipeline (URP) and Built-in Render Pipeline

■ The package include gloom effect and sample lighting config, which is the only part that doesn't support HDRP


Price $0.00

Alien_Parasite_3_Sci Fi monster by Diplodok

Asset Store newest packages - 2025, January 22 - 07:33
3d model of Monster character The character is well suited for fantasy games as a antagonist, enemy, or NPC

Polycount of Character

Vert 18865

Faces 19413

Tris 37562

Number of Textures: 9

Texture Resolutions -4096

The model of Monster consists of one part

Extra bones - Deadman_head, Deadman_Tongue, Alien_spine, Alien_spine1, Alien_spine2, Alien_spine3, Alien_upperarm_l, Alien_upperarm_2_l_1, Alien_upperarm_3_l_1, Alien_upperarm_r, Alien_upperarm2_r1, Alien_neck, Alien_head, Alien_eye_r, Alien_eye_l, Alien_Jaw_r, Alien_tooth_r, Alien_tooth_2_r, Alien_tooth_3_r, Alien_tooth_4_r, Alien_tooth_5_r, Alien_tooth_6_r, Alien_tooth_7_r, Alien_Jaw_l, Alien_tooth_l, Alien_tooth_2_l, Alien_tooth_3_l, Alien_tooth_4_l, Alien_tooth_5_l, Alien_tooth_6_l, Alien_tooth_7_l

For sale only the character

Rigget to human skeleton

6 animations - idle - walk - run - attack - bite - death

Ready for retarget animations

Actual size of the low poly 3d model animated rigged ready for games and other applications in real-time.

Sculpting models zbrush

Animation and rigging in maya.

Textures - Adobe Substance 3D Painter

If you have any questions you can ask them here. If you write me directly to the mail "greendiplodok@gmail.com" then i will be able to answer you much faster


Price $55.99

Auto Animaker by qweasfjbv

Asset Store newest packages - 2025, January 22 - 06:42
Unity 2D tool for cutting sprites and easily creating animator override controllers. You can automatically create animation clips with just one button!
  • Helper Editorwindow supported
  • Preset feature minimizes the time spent on repetitive tasks
  • You can test this tool with _DemoScene

"Auto Animaker" was created to minimize the repetitive tasks involved in manually creating animation clips. From slicing sprites, dragging them frame by frame, to setting up the animator, everything can be done with the click of a button.


🛠️ Features

  • Comfortability : This is a tool that helps minimize repetitive tasks.
  • Simplicity : It has been made simple by minimizing the number of input values.


Price $0.00

Folder Blueprints by Felipe Ishimine

Asset Store newest packages - 2025, January 22 - 06:38
Quickly set up custom folder structures and Assembly Definition presets, streamlining the start of every new project.

-Save and Load of project folder structures.

-You can also include Assembly Definitions in the folder structure

-Presets can be easily accessed from any project inside the same PC

Streamline your Unity project setup with ease!

This tool lets you create, save, and apply custom folder structures and assembly definition presets to new Unity projects in just a few clicks.

Perfect for developers who value organization, consistency, and speed.


This tool is especially useful for quickly setting up the project folder structure at the start of development.



Price $15.00

Scroll Carousel by Pablo Gozálvez

Asset Store newest packages - 2025, January 22 - 06:27
- Button support - Dynamic appearance - Color animation - Easy setup
  • Button support: Easily convert items into interactive buttons that interact with the carousel.
  • Dynamic appearance: Change the appearance of items according to their position in the carousel.
  • Color animation: Highlight the selected item with custom colors.
  • Easy setup: Integrate and customize your carousel in minutes.

Unity component for creating dynamic, interactive and highly customizable carousels for your user interfaces. Perfect for menus, image galleries or any design that requires scrollable elements.


Check out Scroll Carousel in action: itch.io/scrollcarousel

You can check source repository at: pablogozalvez/ScrollCarousel


Price $0.00

Asia Zen: Japan Forniture Props Collection by ArcadeInk

Asset Store newest packages - 2025, January 22 - 06:23
Asia Harmony: Japan Props Collection Elevate your scenes with the Asia Harmony: Japan Forniture Props Collection Unity version 2021.3.4f1

Number of Assets: 57


Texture Resolution: 4K (4096x4096)


Texture Maps Included: Albedo, Normal, Roughness, Metallic, Emissive (where applicable)


Prefabs: Yes (ready-to-use prefabs included)



Poly Count (per asset):

  • Low to Mid Poly, optimized for performance
  • LODs on some assets
  • Examples:
    Lanterns: ~3,000-5,000 tris (with emissive textures)
    Zaisu Chairs: ~1,800-2,500 tris
    Kaidan (Step Chest): ~4,500 tris

Scalability:

  • All assets are correctly scaled for Unity (real-world dimensions).

Materials:

  • Fully configured Unity Standard Shader materials.
  • Emissive properties adjustable for dynamic lighting effects.

Compatibility:

  • Engine Version: Unity 2021.3.4f1 LTS and above
  • Supports Built-in, URP, and HDRP (with minor adjustments).

Additional Information:

  • Includes a sample scene overview the assets .
  • Organized folder structure for ease of use.

Number of textures 187


Texture dimensions 4k - 2k


Minimum polygon count 176


Maximum polygon count 49988


Number of meshes/prefabs 57


Rigging: No


UV mapping: Yes


LOD information (Some assets, where necessary, include 1 or 2 levels of LODs.)


Types of materials and texture maps (PBR)

Asia Harmony: Japanese Props Collection is a meticulously crafted pack of 58 authentic Japanese-style assets, perfect for creating traditional or zen-inspired environments in Unity. Whether you're designing serene gardens, cultural simulations, or historical settings, this collection offers a wide variety of props to complement your scene.

Pack Highlights:

  • Furniture & Seating: Includes zaisu chairs, armchairs, tables, an elephant chair, sushi tables, and soban.
  • Storage Solutions: Features modular and standalone chests, step chests (kaidan), racks, and jewel cases.
  • Decor & Lighting: Balinese statues, wall hangers, Japanese panels, and emissive lanterns with customizable lighting parameters.
  • Unique Props: A pergola, Japanese torii arch, and traditional altars for added cultural detail.
  • High-Quality Textures: All assets include 4K PBR textures, ensuring a stunning visual experience.
  • Bonus Content: Maya file included for advanced users who want to customize UVs or materials further.

Why Choose Asia Harmony?

  • Optimized for Unity with prefabs for seamless integration.
  • Optimized LODs
  • Clean UVs and efficient topology for optimal performance.
  • Perfectly scaled for Unity environments.
  • Versatile props suitable for multiple genres and settings.

Add a touch of authenticity to your projects with Asia Harmony: Japanese Props Collection, and create immersive Japanese-themed scenes like never before!


Price $39.99

Cyber Foods Store Pack by PijayArt

Asset Store newest packages - 2025, January 22 - 06:09
Cyber Foods Store Pack Props, Ready to drag and drop. All to give a new look in your Cyberpunk Project!
  • PBR Textures (Physically Based Rendering).
  • Multi Resolution Textures: From 1024x1024 to 2048x2048.
  • Collection of 43 Models.
  • Channel Packed RGB Texture (Roughness, Metallic, Ambient Occlusion).
  • Optimized for Games.

Number of Static Meshes: 43

Tris Count: 48 to 2,112

Number of Prefabs: 75

Number of Materials: 69

Number of Textures: 155

Texture Resolutions: 1024 and 2048 (For Different models).

LODs: No.

With Cyber Foods Store Pack you will find 43 Futuristic Foods Props, including: Drinks, Canned Foods, Packed Foods, Snacks and More. All to give a new look in your Cyberpunk Project!


Are you liked this product? Feel free to take a look on my another products! Here


Price $19.99

Mining Props vol-01 by Grim Edge Studio

Asset Store newest packages - 2025, January 22 - 06:03
Mining Props for Environment Highly detailed and optimized for performance. Versatile for modern, fantasy, or industrial game themes. Perfect for storytelling, exploration, or quest-focused gameplay.

Number of textures: 248

Texture dimensions: 4096

Minimum polygon count: 148

Maximum polygon count: 9592

Number of meshes/prefabs: 50/50

Rigging: No

UV mapping: Yes

LOD information (2, LOD0,LOD1,LOD2)

Types of materials and texture maps: PBR Texture

Bring your gaming environments to life with this detailed Mining Props Pack! Perfect for creating immersive mining settings, this asset features a wide range of meticulously crafted props like mining carts, tools, dynamite, lanterns, and much more. Designed with realistic textures and intricate details, these assets enhance the authenticity of any game, whether it's a modern adventure or a deep-dive into historical mines.

Key features:

  • Highly detailed and optimized for performance.
  • Versatile for modern, fantasy, or industrial game themes.
  • Perfect for storytelling, exploration, or quest-focused gameplay.

Save time and elevate your world-building with a ready-to-use, high-quality prop collection that brings depth and character to your projects!


Price $19.99

Universal Ambient Music by XKEnterteiment

Asset Store newest packages - 2025, January 22 - 05:46
Ambiental music soundtrack for video games. Perfect for menus, ambiance, boss battles, credits, and more. Preview tracks on Soundcloud.

Number of Audio Wavs: 12

All sound tracks format: 24BIT/WAV/48000Hz

Audio Loopable: Yes (Some Tracks can be cutted to get desired loop)


Supported Development Platforms:

  • Windows: Yes
  • Mac: Yes
  • PS4
  • IOS
  • Android
  • Xbox
  • Oculus
  • Win 32

Hear tracks preview here:


https://soundcloud.com/xk-enterteiment/sets/universal-ambient-music-xk


Perfect for:

  • Menus: Set the tone of your game from the start.
  • Ambient: Create immersive and atmospheric environments.
  • Boss Battles: Build tension and excitement for epic confrontations.
  • Credits: Reward your players with a fitting finale.
  • Victory/Defeat: Highlight the outcome of each encounter.

Don't Miss Out on This Essential Soundtrack!


Price $28.99

Low Poly Nature Pack For First Game by Merdin

Asset Store newest packages - 2025, January 22 - 05:20
Low Poly Nature Pack for First Game – Natural Environment Creation Kit in Low Poly Style

Technical Specifications:

  • Objects: 81
  • Vertices: 31K
  • Faces: 42K
  • Triangles: 61K
  • Number of textures: 1
  • Number of meshes/prefabs: 81
  • Rigging: No
  • UV mapping: Yes

Low Poly Nature Pack For First Game – A Low Poly Style Environment Creation Kit

Package Contents:

  • Trees: 12 tree models
  • Bushes: 5 different bush models
  • Grass and Plants: 4 grass models and 8 types of plants
  • Flowers and Mushrooms: 9 colorful flower models and 4 types of mushrooms
  • Rocks: 25 small, medium, and large rock models
  • Branches and Logs: 10 branch models, 2 log models, and 2 tree stump models

Price $4.99

Dance And Emote Anim Set by MotionDezire

Asset Store newest packages - 2025, January 22 - 04:07
Animations List - Dance - 64 Emotes - 36

Number of Animations: 100

Animation Types : Root Motion


Price $19.99

Skating Anim Set by MotionDezire

Asset Store newest packages - 2025, January 22 - 04:01

Number of Animations: 44

Animation Types : In-place / Root Motion

Discord :- Link


Unleash the energy and excitement of skateboarding with the Skate Anim Set! This dynamic pack features over 40 unique animations, each crafted to capture the diverse styles and movements of skating. From stylish tricks and fluid transitions to realistic falls and landings, this collection offers a wide range of animations that cater to all aspects of skate culture.


Price $15.00

FROZEN CORE Vol. 1 - Construction Kit [Pro Edition] by CELL AUDIO

Asset Store newest packages - 2025, January 22 - 01:50
FROZEN CORE Vol. 1 – Construction Kit [Pro Edition] features high-quality ice-themed sound effects, from detailed foley to stylized impacts, designed for top-tier audio quality and creative freedom.
  • File Format: 96kHz/24bit WAV
  • File Count: 425
  • Size: Approx. 5.0 GB
  • Recording Type: Stereo recordings (majority of the library). Mono recordings for hydrophone-based sounds.
  • Loopable: Majority of files are not loopable.
  • Metadata: UCS-compliant, embedded in all files. Compatible with tools like Soundminer, Soundly, BaseHead, and more.

"FROZEN CORE Vol. 1 - Construction Kit [Pro Edition]" is a premium sound library crafted for ice-themed audio design in games. This edition offers superior quality with high-resolution 96kHz/24Bit WAV files, featuring everything from realistic ice crackles and ambient textures to powerful processed impacts and elemental effects.


The Pro Edition is specifically designed for professional sound design workflows, offering concatenated audio files optimized for creative use. Unlike sliced audio assets, these sounds are structured to provide maximum flexibility for crafting unique effects. The pack features two distinct categories:

  • SOURCE Sounds: High-quality foley recordings and natural ice-themed sounds, perfect for authentic and realistic audio.
  • PROCESSED Sounds: Enhanced and stylized variations of source sounds, ideal for creative and dynamic sound design workflows.

This edition is ideal for those who want precise control over their audio and the tools to craft unique and immersive soundscapes.


Note: If you're looking for a more streamlined option, check out the GameDev Edition for pre-sliced audio assets designed for quick integration.



--Key Features--

  • Ice Theme: Perfectly crafted sounds for use in icy environments across RPGs, platformers, survival games, and more.
  • Diverse Sound Categories: Foley, ambiences, impacts, and stylized processed effects for any project need.
  • Professionally Crafted: Easy to use for all skill levels, with high-quality sounds designed to meet professional standards.
  • Construction Kit Flexibility: Customize and combine sounds to craft unique audio experiences.
  • High-Quality Recording Standards: 96kHz/24-bit WAV files, stereo and mono, ensuring professional-grade audio.
  • Concatenated Audio Files: Includes grouped variations of sounds, optimized for streamlined workflows and creative sound design, providing flexibility without relying on individual sliced assets.
  • UCS-Compliant Metadata: Fully tagged sounds for streamlined search and integration with tools like Soundminer or Soundly.

--Content--

  • 155 SOURCE files | 925 variations
  • 270 PROCESSED files | 1014 variations

  • UCS Categories:
    • AIR
    • CLOTH
    • DESIGNED
    • EXPLOSION
    • FOOTSTEPS
    • GLASS
    • ICE
    • MAGIC
    • MUSICAL
    • PAPER
    • PLASTIC
    • ROCK
    • SNOW
    • SWOOSHES
    • UI
    • WATER
    • WIND
    • WOOD

  • Documentation
    • Manual
    • Metadata sheet
    • Metadata XLSX

Note: This construction kit provides a collection of versatile sound elements, optimized for sound design and crafted for creators who enjoy customizing their own unique audio experiences. The sounds are categorized using the UCS (Universal Category System), which organizes by sound type rather than specific gameplay mechanics or objects. For example, a "sword attack" might be labeled as "metallic blade swing," ensuring precise and adaptable organization for maximum creative flexibility.

For more information on the UCS (Universal Category System), visit: https://universalcategorysystem.com


Price $100.00

FROZEN CORE Vol. 1 - Construction Kit [GameDev Edition] by CELL AUDIO

Asset Store newest packages - 2025, January 22 - 01:50
FROZEN CORE Vol. 1 – Construction Kit [GameDev Edition] offers high-quality ice-themed sound effects, from foley to stylized impacts. Perfect for quick use or crafting unique audio for any project.
  • File Format: 48kHz/16bit WAV
  • File Count: 1939
  • Size: Approx. 2.5 GB
  • Recording Type: Stereo recordings (majority of the library). Mono recordings for hydrophone-based sounds.
  • Loopable: Majority of files are not loopable.
  • Metadata: UCS-compliant, embedded in all files. Compatible with tools like Soundminer, Soundly, BaseHead, and more.

"FROZEN CORE Vol. 1 - Construction Kit [GameDev Edition]" is an extensive sound library that delivers everything needed for ice-themed audio design in games. With a focus on professional quality, this pack includes a wide range of sounds, from realistic ice crackles and atmospheric ambiences to powerful processed impacts and elemental effects.


This pack is ready-to-use for direct implementation but truly shines as a construction kit for crafting custom sounds. It offers two distinct categories of sound:


  • SOURCE Sounds: High-quality foley recordings and natural ice-themed sounds, perfect for authentic and realistic audio.
  • PROCESSED Sounds: Enhanced and stylized variations of source sounds, ideal for creative and dynamic sound design workflows.

Whether you need polished sounds for immediate use or components to design unique audio effects, this pack adapts to your needs.


Note: For higher resolution audio and optimized workflows, explore the Pro Edition, featuring 96kHz/24-bit files and concatenated sound variations.


--Key Features--

  • Ice Theme: Perfectly crafted sounds for use in icy environments across RPGs, platformers, survival games, and more.
  • Diverse Sound Categories: Foley, ambiences, impacts, and stylized processed effects for any project need.
  • Professionally Crafted: Easy to use for all skill levels, with high-quality sounds designed to meet professional standards.
  • Construction Kit Flexibility: Customize and combine sounds to craft unique audio experiences.
  • High-Quality Recording Standards: 48kHz/16-bit WAV files, stereo and mono, ensuring professional-grade audio.
  • UCS-Compliant Metadata: Fully tagged sounds for streamlined search and integration with tools like Soundminer or Soundly.

--Content--

  • SOURCE sounds
    • CLOTH: 24
    • DESIGNED: 61
    • FOOTSTEPS: 206
    • GLASS: 114
    • ICE: 259
    • MAGIC: 6
    • MUSICAL: 18
    • PAPER: 6
    • PLASTIC: 48
    • ROCK: 24
    • SNOW: 74
    • SWOOSHES: 18
    • UI: 6
    • WATER: 30
    • WIND: 1
    • WOOD: 30

  • PROCESSED sounds
    • AIR: 4
    • CLOTH: 33
    • DESIGNED: 4
    • EXPLOSION: 28
    • GLASS: 95
    • ICE: 310
    • LIQUID: 37
    • MAGIC: 222
    • PLASTIC: 34
    • ROCK: 8
    • SNOW: 36
    • SWOOSHES: 12
    • UI: 107
    • WATER: 45
    • WIND: 12
    • WOOD: 27

  • Documentation
    • Manual
    • Metadata sheet
    • Metadata XLSX

Note: This construction kit provides a collection of versatile sound elements, optimized for sound design and crafted for creators who enjoy customizing their own unique audio experiences. The sounds are categorized using the UCS (Universal Category System), which organizes by sound type rather than specific gameplay mechanics or objects. For example, a "sword attack" might be labeled as "metallic blade swing," ensuring precise and adaptable organization for maximum creative flexibility.

For more information on the UCS (Universal Category System), visit: https://universalcategorysystem.com



Price $60.00

Pages

Subscribe to Babel X3D aggregator