Asset Store newest packages

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

HTrace: Screen Space Global Illumination URP by IPGames

2025, September 30 - 22:07
HTrace SSGI is a fully dynamic screen-space global illumination system that aims for accurate and responsive indirect lighting with detailed secondary shadows.

Currently tested APIs are: DX11, DX12

Currently tested URP versions are: 14 and above

Currently tested Unity versions are: from 2022.2 to 6000.2


Limitations and Requirements:

  • APV Fallback requires Unity 6000.0 or newer.
  • Exclude Casting / Receiving options require Unity 6000.0 or newer.
  • Orthographic Camera is untested and not guaranteed to work as expected.
  • MSAA is untested and not guaranteed to work as expected.
  • Unity LTS releases are recommended; bug fixes for non-LTS versions are not guaranteed.

HTrace SSGI doesn’t require any kind of baking or asset pre-processing and is designed to work out of the box with little to no tweaking.


Useful Links:


Other HTrace Assets:


Contact Us:

Discord \ YouTube Channel



MAIN FEATURES:


- All Rendering Paths: fully supports Deferred / Deferred+ / Forward / Forward+ rendering paths, with no visual or quality differences between them.


- All Light Sources: compatible with all light types, including emissive materials that function as actual light sources and cast indirect soft shadows. Performance remains unaffected by the number of lights in the scene.


- Dynamic Environments: designed for fully dynamic and procedural environments where objects, materials, and lighting can change in real time with no extra performance cost or preprocessing.


- APV Fallback & Enhancement: natively supports Adaptive Probe Volumes as a fallback option. Enhances APV output by reducing light leaks and noise from low-resolution bakes, while adding fine GI details and occlusion from both static and dynamic objects.


- Advanced Denoising: powered by a cutting-edge ReSTIR Validation algorithm that maximizes temporal responsiveness, while preserving small details and keeping indirect shadows sharp during spatial filtering.


- Scalability: provides an adjustable Render Scale parameter for downscaled rendering, along with a wide range of options to fine-tune the effect and balance speed with quality.


- Infinite light bounces: simulated through a feedback loop, with each frame capturing an additional bounce of light.


- Render Layer Mask: selectively exclude objects from casting and/or receiving indirect lighting on a per-layer basis via the Render Layer Mask.


- Open Code: the code is open for modification. If you have questions about how it works, feel free to reach out to us on Discord.



Before buying, please, check the Overview Section and the Known Issues Section of the documentation as well as the Technical details below!


Price $45.00

Spells Pack 2 - Shadow Spells by Zakhan

2025, September 30 - 21:35

Included Features:


  • 9 Spells.
  • 4 Hit VFX (triggered when a spell hits an enemy).
  • Support for URP and HDRP.
  • Texture Sizes: from 512x512 to 2048x2048.
  • Number of Prefabs: 13.
  • Number of VFXGraphs: 5.
  • Number of Shaders: 17 Shaders and 8 SubGraphs.
  • All particles are customizable and can be recolored.
  • Some VFX combine Particle Systems and VFX Graphs.

Requirements:


  • Cinemachine package (required for the demo).
  • Input System package (required for the demo).
  • TextMeshPro package (required for the demo).
  • VFX Graph package.
  • Shader Graph package.
  • Timeline package.

Make your fantasy world come to life with 9 high-quality Shadow spells!


Spells Pack 2 - Shadow Spells contains all the Shadow spells separated from Spells Pack 2.


Price $19.99

First Person Controller Pro by ElmanGameDevTools

2025, September 30 - 21:28
A professional, ready-to-use first-person movement solution. A complete feature set: smart crouching, interactive footstep sounds, and smooth camera control.

Professional First-Person Character Controller Solution for Unity Engine

This implementation provides a robust movement mechanic, an interactive audio system, and smooth camera control, engineered for production environments.

Core Components

Dependencies:

  • Unity's CharacterController component
  • Transform-based camera system
  • Layer-based collision detection

Movement Architecture:

  • Hybrid movement system combining CharacterController precision with custom physics
  • Frame-rate independent movement calculations
  • Slope angle handling with detection
  • Step offset processing for stair climbing

Camera System:

  • Quaternion-based rotation preventing gimbal lock
  • Separate horizontal/vertical sensitivity controls
  • Optional view bob with per-state parameters
  • Camera collision detection to prevent clipping

Audio Management System:

  • Surface Detection:
    Raycast-based material identification
    Tag-based audio clip selection
    Support for multiple material blending
  • Dynamic Audio Parameters:
    Real-time pitch shifting based on movement state
    Volume modulation from velocity
    Spatial sound positioning
    Smooth transitions between movement states

Advanced Features

Crouch & Prone System:

  • Dynamic height adjustment with collision prevention
  • Speed modulation while crouched
  • Auto-stand functionality with ceiling detection
  • Smooth transition between states

Sprint Mechanic:

  • Optional stamina management system
  • FOV effects during sprinting
  • Intensified step audio

Movement Vector Alignment

Jumping & Gravity Control:

  • Coyote time implementation
  • Jump buffering system
  • Variable gravity based on fall duration
  • Landing effects

Optimization Features

Performance:

  • Object pools for audio sources
  • Cached component references
  • Expensive computations handled via coroutines
  • Audio distance culling

Memory Management:

  • ScriptableObject-based configuration
  • Edit-time parameter validation
  • Automatic resource cleanup
  • Minimal GC allocation footprint

Integration Guide

Basic Setup:

  1. Attach the PlayerController component to an empty GameObject.
  2. Assign the Main Camera as a child object.
  3. Configure the layer collision matrix.
  4. Set up input bindings in Project Settings.

Audio Configuration:

  1. Create a surface tag system.
  2. Assign audio clips for each surface type.
  3. Configure audio mixing groups.
  4. Set spatial blend settings.

Customization Options

Movement:

  • Customizable acceleration curves
  • In-air control parameters
  • Slope limit angle modifications
  • Step height configuration

Camera:

  • FOV transition speeds
  • Bob intensity curves
  • Camera shake profiles
  • Head tilt effects

Audio:

  • Surface detection ranges
  • Pitch variation limits
  • Reverb zone interactions
  • Doppler effect settings

Requirements:

  • Unity 2020.3+
  • .NET 4.x Runtime
  • Built-in Render Pipeline
  • 3D Physics System

Debugging Features:

  • Visual debug mode
  • Console logging system
  • Performance metrics display
  • Collision visualization

This implementation is a production-ready character controller solution suitable for commercial projects, featuring an enterprise-level architecture and comprehensive customization capabilities.

First Person Controller Pro is a powerful and optimized controller designed for developers who value quality and reliability. It provides all the necessary tools for creating realistic and responsive first-person movement, saving you from the need to write complex code from scratch. Integrate it into your project in minutes and focus on creating a unique gaming experience.

🎮 Key Features:

1. Advanced Movement System:

  • Intuitive Movement: Walking, running (on Shift), and jumping.
  • Realistic Physics: Customizable gravity and proper ground detection.
  • Smart Crouching System:
    Smooth height change
    using SmoothDamp.
    Automatic obstacle detection above the head — the character won't stand up if something is in the way.
    Reduced speed while moving crouched.
    Flexible key binding via the inspector.

2. Dynamic Sound System:

  • Different sounds for different surfaces: Just add material tags and corresponding audio clips.
  • Realistic pitch change: Footstep sounds change based on the action: walking, running, or crouching.
  • Automatic surface detection under the feet via Raycast.

3. Complete Camera Control:

  • Smooth mouse look with adjustable sensitivity.
  • Clamped vertical look (prevents the camera from flipping beyond limits).
  • Headbob Effect:
    Realistic bobbing
    while moving with separate parameters for walking and running.
    Easily disabled with a single checkbox (enableHeadBob).

4. Professional Setup & Optimization:

  • Clean, documented C# code that is easy to read and modify.
  • All critical parameters are exposed to the Unity Inspector for easy setup without code editing.
  • Built on the standard CharacterController for guaranteed stable performance.
  • Smart Stand-Up Check: Uses a special marker (standingHeightMarker) for precise overhead obstacle detection, preventing errors and getting stuck.

🛠 Who is this asset for?

  • For indie developers who want to save time and effort on creating basic functionality.
  • For students learning game development to see an example of well-organized character control code.
  • For prototyping to quickly test a gameplay idea with ready-made and polished controls.
  • For anyone who needs a reliable and feature-rich controller without hidden dependencies or complex setup.

📦 What's included in the package?

  • PlayerController.cs — The main script handling all movement, camera, and crouching.
  • PlayerMusic.cs — Script for playing footstep sounds based on the surface.
  • A ready-to-use player prefab with the complete hierarchy.
  • An example demo scene showcasing the controller's capabilities.
  • A quick integration guide in README.txt format.

First Person Controller Pro is not just a controller, it's a ready-made foundation for your next game.


Price $0.00

Ultimate Bicycle Pack! - Low Poly by Meshr

2025, September 30 - 21:24
12 different bikes + Bonus Accessories

Technical Details

  • Package Size (1.5 mb)
  • UV Mapping (Yes)
  • Texture size (512x512)
  • Number of textures (1)
  • Rigging (No)
  • Number of models (x15)
  • Number of Prefabs (x15)
    • BMX (2296 Polygons)
    • Electrical cargo bike (3718 Polygons)
    • Children's bike (3126 Polygons)
    • City bike 1 (2525 Polygons)
    • City bike 2 (3001 Polygons)
    • Cruiser bike (2611 Polygons)
    • Folding bike (2379Polygons)
    • Mountain bike (2621 Polygons)
    • Road bike (2270 Polygons)
    • Stationary bike (1394 Polygons)
    • Track bike (1830 Polygons)
    • Unicycle (1143 Polygons)
    • U lock (154 Polygons)
    • Pump (140 Polygons)
    • Pump with hose (238 Polygons)
  • Total polygon count (29446)
  • Average polygon count (1963)
  • Animation count (0)
  • Texture Maps (None)

This package includes 12 different bikes with 2 extra accessories.


The colors can be easily changed for all the bikes. And they haves seperate parts (wheels, handlebar, pedals, frame, gear, pedals, seat) which makes them easy to animate!


Bikes:

  1. BMX
  2. Electrical cargo bike
  3. Children's bike
  4. City bike 1
  5. City bike 2
  6. Cruiser bike
  7. Folding bike
  8. Mountain bike
  9. Road Bike
  10. Stationary bike
  11. Track bike
  12. Unicycle

Accessories:

1. U Lock

2. Bicycle pump


  • Package Size (1.5 mb)
  • UV Mapping (Yes)
  • Texture size (512x512)
  • Number of textures (1)
  • Rigging (No)
  • Number of models (x15)
  • Number of Prefabs (x15)
    • BMX (2296 Polygons)
    • Electrical cargo bike (3718 Polygons)
    • Children's bike (3126 Polygons)
    • City bike 1 (2525 Polygons)
    • City bike 2 (3001 Polygons)
    • Cruiser bike (2611 Polygons)
    • Folding bike (2379Polygons)
    • Mountain bike (2621 Polygons)
    • Road bike (2270 Polygons)
    • Stationary bike (1394 Polygons)
    • Track bike (1830 Polygons)
    • Unicycle (1143 Polygons)
    • U lock (154 Polygons)
    • Pump (140 Polygons)
    • Pump with hose (238 Polygons)
  • Total polygon count (29446)
  • Average polygon count (1963)
  • Animation count (0)
  • Texture Maps (None)

If you would like to order new models or have any questions, please let me know.

meshr.models@gmail.com


Price $29.50

Fluffy tree by EllMasterro

2025, September 30 - 21:24
Stylized fluffy tree

- material with customizaeble color (base and topdown gradient) and fernel effect

- wind animation with 2 noise textures

- 11 leave shape masks

- 7442 tris (3820 faces)

- tree trunk pbr 2k *.png textures

   (AO, normal, color, height, metalic smoothness mask(URP))

- falling leaves animation

Stylized tree with animated leaves shader (wind simulation) and falling leaves animation.


Package includes 1 tree asset with 2 variations.


Price $6.99

Cartoon Shark by Aniode

2025, September 30 - 21:23
A fully animated stylized shark with 10 animations, 8 blend shapes, and 3 texture variants. Ready for games, cinematics, and interactive projects.

Technical Details

  • File Format: FBX
  • Rig: Custom rig (Generic setup)
  • Animations: 10 animations stored as separate actions inside FBX
  • Blend Shapes: 8 facial and body morphs included
  • Polycount: 7,880 triangles, 4,035 vertices
  • UVs: Non-overlapping, optimized for texturing
  • Format: PNGTextures:
    4
    color variants (Blue, Gray, Tiger Shark)
    Resolution: 2048 × 2048
  • Materials: URP materials included, compatible with Built-in pipeline
  • Demo Scene: Included with shark prefab and materials set up
  • Pipeline Compatibility: Built-in Render Pipeline and Universal Render Pipeline (URP)

Bring the ocean to life with this stylized 3D shark character, designed for use in games, animations, and interactive experiences.

The shark is fully rigged and includes 10 high-quality animations covering swimming cycles, directional movement, attack bites, and a death sequence. To enhance expression, it comes with 8 blend shapes for eye emotions, mouth poses, and even a belly morph for cartoony variation.

Three texture variants are provided (Blue, Gray, Tiger Shark), allowing quick customization for different environments and styles. With clean topology, optimized polycount, and UV-mapped textures, this shark is game-ready and easy to integrate into any project.

Suitable for:

  • Underwater adventure games
  • Stylized or cartoony projects
  • VR and AR experiences
  • Animation practice and educational content

Key Features


Animations (10):

  • Swim
  • Swim Fast
  • Swim Left
  • Swim Right
  • Swim Up
  • Swim Down
  • Idle
  • Bite Big
  • Bite Chomp
  • Dead

Blend Shapes (8):

  • Eyes Surprise
  • Eyes Blink
  • Eyes Angry
  • Eyes Sad
  • Mouth Smile
  • Mouth Sad
  • Mouth O
  • Belly Fat

Texture Variants (4):

  • Blue
  • Gray
  • Blue_Tiger
  • Gray_Tiger

Other Features:

  • Clean topology (Quad based) and UV-mapped geometry
  • Optimized polycount: 7,880 triangles
  • Game-ready prefabs and demo scene included

Price $9.99

Doors Animation by NexaFrame Production

2025, September 30 - 21:22

IK bones are included: Yes

Number of Animations: 81

Animation Category

  • Activity (50)
  • Close Door (3)
  • Drink (7)
  • Emotes (8)
  • Hit (3)
  • Idle (5)
  • Open Door (5)

FAQ

Which skeletons are included in the project?

>NexaFrame Character and Unity Humanoid


Can I retarget the animations to other skeletons?

>Yes, the animations can be retargeted to other compatible skeletons.


Price $15.00

Phone Animation by NexaFrame Production

2025, September 30 - 21:22

IK bones are included: Yes

Number of Animations: 189

Discord


Animation Category

  • Locomotion
  • 3 Different Style Sitting
  • 2 Different Style Standing

FAQ

Which skeletons are included in the project?

>NexaFrame Character and Unity Humanoid


Can I retarget the animations to other skeletons?

>Yes, the animations can be retargeted to other compatible skeletons.


Price $20.00

Water Magic Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 21:13
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 365 Material
  • 296 Textures
  • 89 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Water Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Gale Wind Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 21:13
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 290 Material
  • 254 Textures
  • 65 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Wind Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Ghost Magic Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 21:13
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 250 Material
  • 227 Textures
  • 46 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Ghost and Warlock Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Holy & Paladin Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 20:28
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 319 Material
  • 278 Textures
  • 63 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Holy & Paladin Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Frost & Ice Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 20:28
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 357 Material
  • 300 Textures
  • 73 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Frost & Ice Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Fire Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 20:28
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 201 Material
  • 251 Textures
  • 62 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Fire Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Electricity & Shock Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 20:13
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • 337 Material
  • 262 Textures
  • 123 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Electricity & Shock Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Stylized Blacksmith’s Forge: NPCs & Props Pack by N-hance Studio

2025, September 30 - 20:08
Stylized Humanoid Blacksmith NPC & Environment Props Pack for your Action, RPG, MOBA, or MMO

Development Render Pipeline: Built-In (Unity 2022) & URP (Unity 6)


Number of Static Meshes: 27

Number of Weapons: 2


Number of Textures: 148

Texture Resolutions: 2048x2048


Number of Materials:

  • Unity 2022:
    • Mobile Shaders: 70
    • URP Shaders: 70
  • Unity 6:
    • URP Shaders: 70

Characters:

  • Triangle Count:
    • Male: 19,180
    • Female: 22,901
    • Weapons: 922-2,454
  • Number of Prefabs:
    • Unity 2022:
      • Mobile Prefabs: 6
      • URP Prefabs: 6
    • Unity 6:
      • URP Prefabs: 6
  • Number of Animations:
    • Male: 43
    • Female: 52

Props:

  • Triangle Count: 214 - 4,336
  • Number of Prefabs:
    • Unity 2022:
      • Mobile Prefabs: 81
      • URP Prefabs: 81
    • Unity 6:
      • URP Prefabs: 81

Join the N-hance Studio community

Discord | YouTube | Facebook


_____________________________________________________________________________

Attention:

If you plan to use our assets, including this one, in any NFT or blockchain projects, please reach out to us via e-mail first!

_____________________________________________________________________________


⚠️Please note!

This asset package is not part of our Character System and is not structurally compatible with: Human Male, Human Female, Orc Male, Orc Female, Dwarf Male, Dwarf Female


Asset Description:

This Package is designed for stylized and fantasy games, perfect for both First and Third Person perspectives. All assets are optimized for modern pipelines and wide customization.


Humanoid Rig Compatibility, Modular Components, & Environment Props for wide customization included!


Features:

  • General:
    • 2 Unique NPC characters
    • 27 Environment Props
    • 3 Hand-painted Color variations for each character & Prop model (see screenshots for details)
    • Modular Setup

  • Characters:
    • Humanoid Rig
    • Modular Setup

  • PBR Stylized Material:
    • 27 Hand-painted Diffuse Maps
    • 9 Normal Maps
    • 5 Emissive Maps
    • 7 Ambient Occlusion Maps
    • 7 Metallic & Smoothness Maps

  • Props:
    • Props detalis:
      • 2 Anvils
      • 2 Buckets
      • 1 Bellows
      • 9 Instruments
      • 2 Signs
      • 1 Smelter
      • 1 Stove
      • 2 Tool Boards
      • 1 Table
      • 4 Weapons
      • 1 Wood Bundle
      • 1 Whetstone

  • PBR Stylized Material:
    • 43 Hand-painted Diffuse Maps
    • 15 Normal Maps
    • 1 Emissive Map
    • 15 Ambient Occlusion Maps
    • 15 Metallic & Smoothness Maps

Check out our Humanoid NPC Packs:


Price $69.99

Arcane Stylized VFX Starter Kit by Piloto Studio

2025, September 30 - 19:58
Variety pack with explosions, projectiles, buffs, auras, orbs, impacts, spikes, AOE Attacks, Beams, Lasers and Sprays! All in a stylized elemental flare!

This Package Includes:

  • HDRP, Standard & URP support.
  • 292 Material
  • 250 Textures
  • 50 Prefabs
  • 1 Shader for VFX and 1 for props
  • Includes 2 scripts for preview scene purposes

You can buy this at a heavily discounted price on our super bundle, this pack is included!

https://u3d.as/3Aqo


⚡Stylized Arcane Spells Bundle⚡

This package contains lots of game-ready VFX, coming in a variety of flavors to spice up your game!

All VFX are well optimized and ready for mobile and console.

We offer compatibility for both Standard render pipeline, Universal render pipeline (URP) and High definition render pipeline (HDRP).

Key Features ✨

  • Minimal set-up to get it working on your own mesh
  • 1 Shader for all particles
  • 1 Shader for all 3D Models
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines
  • Stylized art style
  • Drag and Drop!

Includes these and more:

  • AOE Explosion
  • Aura
  • Beam Effect
  • Elemental Sword Slash
  • Enchanted Ground
  • Impact VFX
  • Impales FX
  • Mesh FX
  • Muzzle Flash
  • Orb
  • Projectile
  • Sky Flurries
  • Wings
  • Shield FX
  • Attacks
  • Spells
  • And More Sorted Combat FX!

Price $39.99

Dwarf Soldier Modular by Novozhilov3D

2025, September 30 - 19:19
Low poly Modular Dwarf Soldier. Rigged to Humanoid with additional bones

Technical details

NO HDRP OR URP!

ONLY DEFAULT SHADER

Disclaimer: Renders made in Marmoset Toolbag 3 and Unity, Most of the footage in the video was made in Unreal Engine 4 and 5


5 Pre Made Characters!

2 Weapons!

Character: tris 34 975 - 43 545 , verts 22 295 - 27 858

Crossbow: tris 3 756, verts 2 144

Crossbow Bolt: tris 720, verts 516

Quiver: tris 6 080, verts 4 219

Spear: tris 1 544, verts 911


Rigged with Humanoid.

Additional bones that are added to Humanoid: u_Jaw, u_Eye_L, u_Eye_R

Easy Animations retarget in Unity


PBR Textures Metall/Roughness

4K Textures - Body, Outfit, Armor, Weapons

2K Textures - Hair

1K Textures - Eyes

You can reduce the textures quality without much loss of quality

Textures - normal, metalic, roughness, albedo, AO, opacity, emissive

6 Texture sets

3 Beard Types, 3 Mustaches and Beard duplicates under Coif. All of them can be combined in different way

2 Types of Body Armor and 2 Types of Body OutfitDifferent types of opacity mask for long Cloth

Cloth has 3 Color Variations

Hair have 3 Color Variations

Eyes have 5 Color VariationsBody Skin has 3 Color Variations

All the colors can be mixed to get new look


The model is Completely Modular

You can remove or add any part you want.

Number of Textures: 49

The model is modular, you can remove or add any part you want.

Use the double sided material on the Hair, Armor and Outfit

Only default shader

Low poly Modular Dwarf Soldier. Rigged to Humanoid with additional bones

Only default shader


Price $69.99

ZombieSamurai by Andryuha1981

2025, September 30 - 18:28
Low-poly model of the character ZombieSamurai Suitable for games of different genre: RPG, strategy, first-person shooter, etc.

Textures pack map 4096x4096

three skins

8 materials

PBR

Albedo

Normal

Metalic_gloss

AO


37 textures

Extra joins

Jaw2



Attention

Game-ready | Rigged to Epic Skeleton (UE5)

In the model it is desirable to use a shader with a two-sided display of polygons.


The model contains 22 animations

attack(x5)

walking(x2)

straif RL(x2)

idle(x4)

death(x3)

gethit(x4)

run(x1)

rage(x1)


(full items)

faces 28061

verts 29225

tris 55430



Price $40.00

Modular Sci Fi Outpost (Sci Fi Outpost, Sci Fi Base, Sci Fi , Outpost, Base) by Hivemind

2025, September 30 - 16:48
Fully modular sci-fi outpost pack with interiors, emissive materials, dynamic screens, and alien landscapes to bring your game worlds to life!

Number of Meshes: 247

Number of Prefabs: 268

Collision: Yes,usually generated in Unity(Box and Mesh Collider).

Vertex Count: 20 (Ceiling Panel) - 43250 (Rock_03)

LODs: (Yes, up to 5)

Number of Materials: 40

Materials: This asset contains PBR based materials which means each material contains a Base Texture, and a Normal Texture by default and additionally has Smoothness, Ambient Occlusion, Metalic and Opacity Texture Maps according to the material.

Texture Map Types: Base Color / Diffuse, Normal, Smoothness / Roughness, Metalic, Opacity

Number of Textures: 46

Props: Banners, Benches, Chairs, Crates, Fans, Floors, Pipes, Pillars, Rocks etc.[Diffuse, Normal, Roughness, Opacity, AO, Metalic]

Texture Resolutions: (512x512 - 4096x4096)

Supported Development Platforms:

Windows: (Yes)

Mac: (Yes)


Render Pipeline Disclaimer:

This package was created as HDRP. URP file included.If you want use URP, you can import it.

🕹️PLAYABLE DEMO MAP


Features

  • Fully Modular - Enjoy a fully modular kit to create your own outposts, bases and alien settlements!
  • Full interiors - The modular kit offers complete interiors for all buildings, providing a wealth of furnishings and assets to help you personalize your spaces. From lighting options to customizable screens, the kit empowers you to bring your creative ideas to fruition within the entire outpost setup.
  • Landscape - Quickly build your own Martian deserts and alien planets using the provided assets!
  • Emissive Materials - Customize the emissive materials on many of the assets to instantly customize the environment to your liking!
  • Dynamic Screens - All screens can be replaced with any image and will automatically distort / animate with no extra work!
  • Interiors/Enterable - All buildings are fully enterable and fully furnished!

Disclaimers

*Renders and showcase were recorded in HDRP project.

*Product can be used in your commercial projects.


CONTACT US WEBSITE | JOIN US DISCORD


Price $79.99

Pages