Feed aggregator

Toon Camp Pack by Icosphere

Asset Store newest packages - 2025, March 25 - 22:43
Stylized, hand painted assets that have everything essential for camping.

Technical details:

  • 350 prefabs
  • 52 unique models

Textures:

  • All items have unique textures
  • All items have 512x512 or 1024x1024 textures

Materials:

  • All items have their unique materials

Triangle count:  

  • Highest - 4024 
  • Median - 1082 
  • Average - 1213  

Colliders:

  • No colliders

The pack is suits well for cozy, casual, colorful, playful environments. With it's low average triangle count it is mobile friendly.


Notes:

  • The sizes are not realistic in relation to each other. This was a stylistic choice.
  • All items are static, not modular, meaning pots, pans, boxes, etc. cannot be opened, folder, rotated, etc.

Feel free to reach out if you have any issues with the pack!


Price $39.99

IRONLORE - Fantasy Music Pack by Daniel Carl

Asset Store newest packages - 2025, March 25 - 21:45
This medieval adventure features 32 unique tracks full of atmosphere and fantasy.

Number of Audio Wavs: 32

Sample rate / bit rate: 44,100 Hz, 16-bit

Does music loop: Yes

Minutes of audio provided: Themes 44:28min | seamless loops 38:17min

Immerse yourself in the grounded soundscapes of medieval fantasy! This music asset pack offers a carefully composed selection of atmospheric tracks, perfect for RPGs, strategy games, and medieval adventures.


From epic battles and peaceful villages to dark dungeons, each composition captures the essence of a vibrant, medieval-inspired fantasy world. Without excessive bombast, this pack delivers an authentic, earthy sound that seamlessly blends into any medieval game setting.

Ideal for developers looking to create a rich and believable medieval fantasy atmosphere!

This collection features 17 individual songs, 7 loops, and 8 additional loops.


You get royalty-free music here that you may use in your games or video projects.


Tracklist:

Themes

  • A Moment of Eternity 03:18
  • Behind the Tournament Walls 02:13
  • Beyond the Clouded Paths 03:31
  • Beyond the Known Paths 01:24
  • The Halls of Wisdom 02:56
  • The Moonlight 02:39
  • In the Shade of the Old Oak 03:27
  • Journeying with the Caravans 02:38
  • Legend of the Silver Harp 03:05
  • Strike by Strike 02:31
  • The First Ray of Light 01:06
  • The Forbidden Path 02:14
  • The Ground Trembles 02:36
  • The Highlands 02:04
  • The Village by the River 02:49
  • Whisper of the Forest 01:48

Loops

  • Beyond the Clouded Paths 03:12
  • In the Heart of Battle* 02:08
  • In the Shade of the Old Oak 03:16
  • Legends on Dusty Roads* 03:12
  • Lost in Time* 01:36
  • Ominous Presence* 02:50
  • Shadows Over the Moor* 03:12
  • Silence Between the Pages* 01:12
  • Stairs to Nowhere* 03:12
  • Steel and Discipline* 03:12
  • Strike by Strike 01:36
  • The Forbidden Path 02:08
  • The Ground Trembles 02:08
  • The Halls of Wisdom 02:40
  • The Village by the River 02:42

*extra composed music


Price $34.99

Pirate Adventure - Photon Fusion by Photon Engine

Asset Store newest packages - 2025, March 25 - 21:43
Pirate Adventure is an Action RPG multiplayer sample for Photon Fusion - Shared Authority. Explore islands, fight a multi-stage boss, collect loot, and fight AIs with 8 players.

Pirate Adventure is a fully playable, multiplayer cooperative Action RPG sample for 8 players built with Photon Fusion’s - Shared Authority topology. Pirate Adventure is frictionless with a drop-in/drop-out multiplayer map which comes with a multi-stage boss battle, RPG-style leveling, item-collection systems and leverages Unity’s NavMesh for dynamic AI pathfinding with a clean finite state machine architecture for enemies and boss encounters demonstrating how to integrate robust multiplayer gameplay features that appeal to modern players.


Comprehensive cross-platform input (keyboard, gamepad, mobile UI) is built in, along with networked physics and shared-authority topology for seamless co-op sessions. If you’re looking for a fully featured, scalable starting point for your next Unity project—complete with the technical underpinnings of a polished simple multiplayer adventure—this package shows how to pull it all together.


📄 Documentation and Getting Started guide



⚡ Key Features ⚡



Shared Authority Topology


  • No Dedicated Server/Host: All players can own various network objects (like their own characters or AI states).

  • When players leave, any objects they own will automatically transfer authority to the SharedModeMasterClient, ensuring the simulation remains stable.


Photon Fusion Add-Ons


  • Simple KCC: Photon Fusion Kinematic Character Controller manages collisions and movement over the network.

  • FSM Add-On: The Finite State Machine system is used for both player animations (idle, attack, run) and enemy AI states (idle, chase, return, attack).


NavMesh-Based AI


  • Sharks rely on Unity’s built-in NavMesh Agents for movement, combined with FSM logic.

  • They detect players in range, chase them, switch to an attack state, and if they lose line-of-sight or defeat the target, they return to a “home” position.


Networked Physics & Collision


  • Uses NetworkRunner.GetPhysicsScene() for operations like OverlapCapsule() to detect collectible items.

  • Large objects (e.g., the boss) also integrate with Fusion’s Runner Simulate Physics 3D for consistent collisions across peers.


Real-Time Authority Transfer


  • For instance, sword-wielding sharks transfer their “State Authority” to whichever player they’re chasing. This ensures that local collisions and animations for that player appear responsive.

  • Items (gems, barrels, chests) typically have a “master” owner that confirms or rejects pickup/break events.


Local vs. Networked Responses


  • Local Feedback: The collecting or attacking player sees immediate effects—particles, sound, or UI updates.

  • Authoritative RPC: An RPC confirms that the event (like picking up a gem) is valid network-wide. This prevents duplicates when multiple players try to grab the same item simultaneously.


Multi-Peer Mode for Testing


  • In the Unity Editor, you can spawn multiple players on the same machine for quick playtesting.

  • The sample uses OnEnableSingleRunner and RunnerEnableVisibility to properly handle which objects render in each peer’s view.


UI & Region Selection


  • Region Codes can be customized; you can add new ones in the main menu “Region Info” array.

  • Best Region automatically picks the region with the lowest latency for each player.


Cross-Platform Compatibility


  • PC (Windows/Mac), WebGL, and mobile (Android/iOS) are supported out of the box.

  • The same codebase can be built for all platforms with minimal tweaks.


Code Organization & Extensibility


  • StartGameUtility.cs demonstrates how to spin up a new session or join existing sessions automatically.

  • PirateAdventureSimulationBehaviour ties together the main callbacks (OnPlayerJoined, OnPlayerLeft, OnShutdown) to keep the session consistent when new players connect or existing players exit.

  • Because each piece (AI, players, pickups, boss scripts) is modular, you can easily replace assets or expand mechanics while keeping the underlying networking in place.

📄 Documentation and Getting Started guide



🤝 Gaming Circle 🤝


Join the conversation and become a part of an exclusive community by engaging with the Photon Gaming Circle. Kickstart your project with a robust foundation, enabling limitless creativity with 80+ exclusive samples. Benefit from our fully networked samples library to save time and resources while ensuring the highest quality for your project.


Members of the Gaming Circle not only have access to all the samples but also to our latest SDKs, our private Circle Discord, and premium development support. The Photon Gaming Circle is a hub for developers to discuss ideas, seek advice, and collaborate on exciting projects. Dive deeper into multiplayer game development and explore the Photon Gaming Circle today.



This asset is governed by the Photon Engine license terms.


Price $0.00

Summer Forest - Stylized Nature Environment by Ilumisoft

Asset Store newest packages - 2025, March 25 - 18:58
Summer Forest is a stylized 3D environment, featuring trees, rocks, water, and animated effects. Perfect for fantasy adventure, RPG and platformer games.

Minimum polygon count: 4

Maximum polygon count: 8668

Number of prefabs: 21

LOD information: Trees (3 LOD), Rocks (2-4 LOD), Bush(2 LOD)

Number of textures: 27

Texture dimensions: 256-2048


Most textures have a resolution of 2048x2048. Smaller texture dimesions are used for some smaller assets and particle effects where a higher resolution is not required.


Packages

We recommend to install and use Unitys Terrain Tools package from the Package manager.

🎁 Limited Time Bonus

Get Idyllic Woodlands (39.99$) for free after purchasing this package!


Bring your game world to life with Summer Forest, a stylized 3D environment designed for the Universal Render Pipeline (URP). Whether you're creating a peaceful forest or an outdoor adventure, this asset pack provides high-quality, customizable, and optimized assets to enhance your game’s visuals.

This package includes a variety of stylized assets, such as trees, rocks, flowers, bushes, and a vibrant array of foliage, all designed with attention to detail and optimized for performance. The pack also features dynamic elements like a stylized water shader and animated clouds.


Features


  • Stylized Environment: 21 unique prefabs including multiple trees, rocks, pebbles, flowers, bushes, and more.
  • Customizable Foliage: Adjust tree and plant colors with ease using material properties. The foliage supports wind effects, adding a dynamic touch to your environment.
  • Advanced Shaders: Includes stylized water and animated cloud shaders built with Shader Graph, easy to modify and extend to suit your needs.
  • Subsurface Scattering: Trees feature subsurface scattering for realistic light interaction and can be customized with fully adjustable color settings.
  • Particle Effects: Add life to your scenes with floating dust, animated butterflies, birds, and falling leaves, enhancing the atmosphere and immersion.
  • Customizable Materials: Change the color of the assets to match your desired theme. Full flexibility in creating a truly unique environment.
  • Shader Graph: All shaders are created using Unity's Shader Graph, offering an intuitive setup that's easy to modify and extend.

With Summer Forest, you get an intuitive, customizable, and high-quality environment pack that is ready to be seamlessly integrated into your project. Ideal for fantasy adventures, RPGs, and platformer games, Summer Forest gives you the assets to create beautiful and lively outdoor scenes with ease.


🎁 Limited Time Bonus

To celebrate the release of Summer Forest, you can download Idyllic Woodlands for free after purchasing this package!


Price $49.99

Soviet Aesthetics / Panel Buildings by DenielHast

Asset Store newest packages - 2025, March 25 - 16:19
Pack of sprites "Soviet Aesthetics" with parallax effect. The scene easy to setting and change.
Perfect for arcade/racing games, titles, openings and other projects!

" Soviet panel houses combined with a retrowave/synthwave aesthetic. You decide whether you are facing a foggy morning or evening, regardless of the answer - this landscape will attract your eye and thoughts.... "


Basic Asset Details:

  1. 7 environment layers;
  2. 40 sprite objects;
  3. fog effect in the scene;
  4. vaporwave aesthetics;
  5. halftone filter (.png file);
  6. seamless environment textures;
  7. image resolution HD - 2K, .PNG format (scenes up to 4K without loss of quality);
  8. high quality sprite layers;
  9. script creating a random generation of buildings and scene movement.

Support (email) | Twitter (news)


Be sure to read first launch and settings!


Price $11.99

Building Site / Cityscape by DenielHast

Asset Store newest packages - 2025, March 25 - 16:19
A package with flexible settings that allows you to create the perfect scene for your game!
Perfect for a small game, video, anime and other projects!

Package with flexible settings that allows you to create the perfect scene for your game.

Basic Asset Details:

  1. 6 environment layers;
  2. 25 sprite objects;
  3. clouds animation;
  4. soft colors in the scene;
  5. great detail of buildings;
  6. seamless environment textures;
  7. image resolution HD - 2K, .PNG format (scenes up to 4K without loss of quality);
  8. high quality sprite layers;
  9. script creating a random generation of buildings and scene movement.

Support (email) | Twitter (news)


Be sure to read first launch and settings!


Price $9.99

Infected Boss C by a4m

Asset Store newest packages - 2025, March 25 - 16:15
Infected by cordyceps – Rigged & Animated. I manually decrease price for some assets. All prices $20 and under are 50% off. Check my store.

Rigged: Yes

Animated: Yes

Number of Animations: 22

Animation Types (/In-place): 22

Number of Characters: 1(3skin)

Vertex counts of characters: 23340

Number of Materials: 9

Number of Textures: 18

Texture Resolutions: 4096x4096

Description

Low poly game ready model. Suitable for your projects of genre: Shooters, survival, action, horror, etc.

Rigged with Humanoid Rig.

Features:

  • Animated
  • High Quality Model & PBR Materials
  • LowPoly - Game Ready
  • Reasonable poly count
  • Optimized the density of the textures

Price $40.00

Cat Ninja 004 by Elf Grindylow

Asset Store newest packages - 2025, March 25 - 16:09
Hello everyone. I am an Elf and I present you a 3D model of a Cat Ninja 004.

Unity Project-YES

UE4 Project-YES

FBX-YES

PNG\JPG-YES


Video:Presentation

Video:Test Epic Skeleton In UE4-UE5

Video:Test In UNITY


Body

PBR textures.


-Albedo

-AO

-Metallic

-Normal

(4096-4096 Size)


Clothes

PBR textures.


-Albedo

-AO

-Metallic

-Normal

(4096-4096 Size)


Polys:33,321

Tris:49,528

Verts:25,288

The files contain a single character.

The file contains fbx files as well as Unreal Engine 4 and Unity scenes.

This is a humanoid cat in a ninja costume with a weapon in the form of a star.

The character is well suited for fantasy games in a casual style, advertising, cartoons.

The character have some face morphing.

The characters does not have animations, 

but it has a standard rigg that works with humanoid rig Unity And UE4-UE5.


Price $15.00

Low Poly Medieval Environment with Animated Characters by cresnit

Asset Store newest packages - 2025, March 25 - 16:03

Polygon Counts: Total 142.2k tris

Number of Prefabs : 86

Rigging : Yes (Only characters)


Animation Counts:

Assassin: 9

Blue Warrior: 4

Golem: 6

Green Warrior: 4

King's guard: 6

Lumberjack: 3

Miner: 3

Manipulator: 5

Orange Warrior: 4

Purple Warrior: 3

Sorcerer: 3

Spartan: 6

Two Sword Warrior: 4

Low Poly Medieval Pack


Models

13 Animated Characters

8 Foods

20 Nature Objects

7 Weapons

10 Buildings

28 Handmade Objects (Wagon, well, bucket etc.)


Metallic colors doesn't appear on sketchfab, some characters are look better in Unity.

You can see the all animations on sketchfab.


You may easily change the some animations' speed for better results.



Price $11.99

UFO - TR3B by CGPitbull

Asset Store newest packages - 2025, March 25 - 16:01

_Textures included (Tiff):


_ 1 color variation / PBR Materials (see previews)


_ 1 Albedo / Diffuse map 4096x4096


_ 1 Normal map 4096x4096


_ 1 Roughness map 4096x4096


_ 1 Metallic map 4096x4096


_ 1 Emissive map 4096x4096


_ 1 AO map 4096x4096


_ 1 Texture color mask included, you can use these mask to create infinite color combinations.


Included 1 - 4096x4096 PSD file, you can customize colors, add your own logos & more. The previews images was done with Marmoset Toolbag.


The materials can be upgraded to URP or HDRP materials, with Unitys automatic material upgrade tool if this asset is used in the Universal Render Pipeline or HDRender Pipeline.

This Original package contains one UFO TR3B Spaceship. This design is my own concept, does not repeat any existing work. You can use it without a doubt about copyright.


Poly count: Polys/5.292 - Verts/5.219 - Tris/10.422


Discover more CGPitbull models here: Asset Store publisher page


UFO - TR3B (Original SF 3D model). Read and check all previews and Video before buying.


Price $29.00

Clown_Dolls Pack by HelenNova

Asset Store newest packages - 2025, March 25 - 16:00
Fantasy Clown Dolls Pack with 52 ARKit Blendshapes, Completely modular, Humanoid Rig/Epic Skeleton, easy color change of any part!

PBR Textures Metal/Gloss

Texture Resolutions: 4096x4096


Clown Doll

Number of Materials and Material Instances: 38

Number of textures: 54

Polygon count: 29 986

Number of meshes/prefabs: 32


Clown Doll_v2

Number of Materials and Material Instances: 37

Number of textures: 64

Polygon count: 29 388

Number of meshes/prefabs: 17


Clown Doll_v3

Number of Materials and Material Instances: 41

Number of textures: 71

Polygon count: 40 325

Number of meshes/prefabs: 25

All Render pipelines!

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

Feature:

  • Separate mesh parts
  • 52 Face blend shapes/morph target
  • Changing color Skin/Eyes/Cloth/Hair
  • Humanoid Rig/Epic Skeleton

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


Polycount:


Clown Doll

Faces 29 986 ・ Tris 59 624 ・ Verts 36 085


Clown Doll_v2

Faces 29 388 ・ Tris 64 414 ・ Verts 37 755


Clown Doll_v3

Faces 40 325 ・ Tris 80 237 ・ Verts 50 621


Price $110.00

Clown Doll_v3 G1 by HelenNova

Asset Store newest packages - 2025, March 25 - 16:00
Clown Doll_v3 G1 with 52 ARKit Blendshapes, Completely modular, Humanoid Rig/Epic Skeleton, easy color change of any part!

PBR Textures Metal/Gloss

Number of Materials and Material Instances: 41

Number of textures: 71

Polygon count: 40 325

Number of meshes/prefabs: 25

Texture Resolutions: 4096x4096

All Render pipelines!

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

Feature:

  • Separate mesh parts
  • 52 Face blend shapes/morph target
  • Changing color Skin/Eyes/Cloth/Hair
  • Humanoid Rig/Epic Skeleton

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

Polycount:

Faces 40 325 ✦ Tris 80 237 ✦ Verts 50 621


Price $44.99

Ground Materials 2 by n3kded

Asset Store newest packages - 2025, March 25 - 16:00

Number Material Instances: 10 Materials

Number of Textures: 50

Texture dimensions: (4096x4096)

Types of texture maps: Albedo, Metalic, Roughness, Normal, Abiental Occlusion,

Animated: No

This project is a collection of 10 materials. The project is ideal for integration into game projects or your projects in general. All materials are unique and differ from each other. If you have any questions about this product, please contact us.


Price $9.99

Snow Materials by n3kded

Asset Store newest packages - 2025, March 25 - 16:00

Number Material Instances: 10 Materials

Number of Textures: 50

Texture dimensions: (4096x4096)

Types of texture maps: Albedo, Metalic, Roughness, Normal, Abiental Occlusion,

Animated: No

This project is a collection of 10 materials. The project is ideal for integration into game projects or your projects in general. All materials are unique and differ from each other. If you have any questions about this product, please contact us.


Price $9.99

VFX - Fire and Explosions by Cartoon VFX by Wallcoeur

Asset Store newest packages - 2025, March 25 - 15:10
Add Fire and explosion to your game! A dragon's breath,or a woodcamp ? This package uses optimised flipbook animations to deliver stunning visuals without compromising performance.

URP Only 

40+ Prefab

Textures Size : 2048*2048

FREE DEMO SCENE

  • 🔥 40+ Fire'n'Explosion VFX Particle System
  • 🔥 Simple and Effective Fire Effects: Ideal for campfires, torches, explosions, magical flames,DRAGON, and more.
  • 🌟 Flipbook-Based Animations: Smooth and efficient animations that look great across various styles and resolutions.
  • 🎨 Fully Customizable: Adjust parameters like size, intensity, and color to match your project's aesthetic.
  • Optimized for Performance
  • 🛠️ Easy Integration: Prefabs ready to use with Unity's URP, making it quick and simple to add fire effects to your scenes.

FREE DEMO SCENE



Price $9.99

Space Backgrounds Pack by Pixel Hunter

Asset Store newest packages - 2025, March 25 - 14:06
120+ SPACE background environments

Features:

  • 122 unique items
  • Space backgrounds
  • High quality
  • Different seasons
  • Different colors
  • Different weather
  • Different locations
  • Different lighting
  • Different ages
  • Different angles
  • Different views
  • Different elements
  • Different stylizations
  • .png

Resolution: 1920x1080 px

Set of 120+ cartoon style SPACE background environments.

High quality images.


Best for Visual Novels, Character Backgrounds, Themed Backgrounds, Storytelling, Store Listing, Location Highlighting, Board Games, RPG Games, Adventure Games, Main Theme, Loading Page, Dialogue Page, TCG, UI, etc.


FEEL FREE TO USE IT ANY WAY YOU LIKE.


Price $7.99

Asphalt Scans by ScansLibrary

Asset Store newest packages - 2025, March 25 - 13:25
You get 16 scanned assets in this package.

Scanned Assets: 16 (Surface)

Included Texture Maps: Albedo, Normal, AO, Specular

This package supports Unity 6

Texture dimensions: Materials (1K)

Texture Maps: Albedo, Specular, Normal, AO maps available for each asset.

Discord Channel


This package was created with ScansLibrary's high quality scanning technologies.


Asset List:

M Asphalt 87KcYnC

M Asphalt Gxf8tZ

M Asphalt Lines efnGzpP

M Asphalt Side 9K6Fch

M Asphalt UNCuRRK

M Asphalt w7eMw3G

M Asphalt wjHUuq

M Asphalt ys4QqF2

M Asphalt zryCFV

M Cracked Asphalt PNR7NLN

M Crackrd Asphalt CqmJEv

M New Asphalt LJqTvu

M New Asphalt with Line FAVagL

M New Asphalt with Twin Lines 8kCQJP

M Old Asphalt 3tNHdea

M Roadside UhSZVd


Price $29.00

Climped Plant Atlas Scans by ScansLibrary

Asset Store newest packages - 2025, March 25 - 13:25
You get 15 scanned assets in this package.

Scanned Assets: 15 (Atlas)

Included Texture Maps: Albedo, Normal, AO, Specular

This package supports Unity 6

Texture dimensions: Atlases (1K)

Texture Maps: Albedo, Specular, Normal, AO maps available for each asset.

Discord Channel


This package was created with ScansLibrary's high quality scanning technologies.


Asset List:


A Campsis radicans sK8v9y

A Drosanthemum floribundum eRQV7g

A Epipremnum aureum GsdnYV

A Epipremnum aureum ScXWz3

A Hedera helix LPHDz8

A Hedera helix RzAepK

A Hedera helix variegata NsDGk4

A Parthenocissus quinquefolia 7mu5H8

A Parthenocissus quinquefolia nk8mSh

A Parthenocissus quinquefolia QWBVRa

A Rubus fruticosus ZHnmay

A Rubus rMESAN

A Vitis vinifera ghL6t4

A Vitis vinifera xTGrGV

Hedera helix variegata WuuqMk


Price $9.99

Bark Scans by ScansLibrary

Asset Store newest packages - 2025, March 25 - 13:25
You get 20 scanned assets in this package.

Scanned Assets: 20 (Surface)

Included Texture Maps: Albedo, Normal, AO, Specular

This package supports Unity 6

Texture dimensions: Materials (1K)

Texture Maps: Albedo, Specular, Normal, AO maps available for each asset.

Discord Channel


This package was created with ScansLibrary's high quality scanning technologies.


Asset List:


M American Beech Bark 2xGvNg

M Beech Bark 4YL4et

M Beech Bark vFV7Qh

M Cedrus Bark 5Wcu8d

M Cupressus Bark 596vax

M Cupressus Bark b5xsXm

M Cupressus Bark Y82F9X

M Cupressus Bark yB67p4

M Palm Bark JSB374j

M Palm Bark t5D37pJ

M Phoenix dactylifera Bark yeLswN

M Pine Bark mNvLhr

M Pine Bark wXusvqh

M Pinus Pinea Bark gY4bZU

M Pinus pinea Bark hWggzX

M Pinus sylvestris Bark G5mqKs

M Plane Bark v9w96n

M Poplar Bark rpLQU5

M Salix Bark 86WWY6

M Washingtonia Bark GPBU8s


Price $29.00

Alien flora 42 by Dakon ARG

Asset Store newest packages - 2025, March 25 - 13:14
Alien extraterrestrial flora with high quality textures, rigged and animated.

1 material

Textures: AO, Color, Normal, Rough, Metalness

Textures-4096x4096

Poly--6494

Tris--12666

Verts--6339

One prefab

Rigging

Animations: 6

Idle 1

Idle 2

Idle 3

Attack 1

Attack 2

Get_Damage

Alien flora can be used in most fantasy RPG, FPS or space simulators.

The model can be placed in any static pose in the editor. 


Price $20.00

Pages

Subscribe to Babel X3D aggregator