Hats Stylized Pack - Cosmetics by Piloto Studio
This Package Includes:
- HDRP, Standard & URP support.
- 208 Models
- 1 Texture for Models/Environments
- 1 Materials for Models/Environments
- 1 Shader for Models/Environments optimized for mobile
- Average Mesh Vertex Count: ≈1.182
Add personality and style to your characters with the Stylized Hats Pack! This pack includes 200+ high-quality 3D hat models. Great for RPGs, simulation games, or any project that allows character customization.
All models are lightweight and optimized for performance, making them mobile-ready and ideal for games targeting multiple platforms. Perfectly suited for modular character customization, NPC variety, or collectible cosmetic items.
Give your characters a unique flair and bring customization options to your game.
🎩 Key Features 🎩
- Prefabs are ready to be used out of the box, simply drag and drop them into your scene!
- 1 Shader and 1 Texture for all 3D props. Meaning a single instruction call for all mobile users out there!
- Includes one asset overview scene.
- Compatible with ALL rendering pipelines
- Cute and cuddly art style!
IMPORTANT: To change your rendering pipeline, make sure to download the dependency package and also read the readme file!
Price $15.00
Mega Dungeon Cartoon Pack by Piloto Studio
This Package Includes:
- HDRP, Standard & URP support.
- 1237 Models
- 1 Texture for Models/Environments
- 1 Materials for Models/Environments
- 1 Shader for Models/Environments optimized for mobile
- Average Mesh Vertex Count: ≈1,548
Create massive, immersive dungeons with ease using the Dungeon MegaPack. This powerful asset pack includes over 1200 modular, stylized Dungeon 3D models—everything from walls, floors, props, and traps to doors, pillars, and decorative elements.
Whether you're developing an RPG, roguelike, or dungeon crawler, the Dungeon MegaPack gives you the tools to design detailed, atmospheric environments quickly and effectively.
💀 Key Features 💀
- Prefabs are ready to be used out of the box, simply drag and drop them into your scene!
- 1 Shader and 1 Texture for all 3D props. Meaning a single instruction call for all mobile users out there!
- Includes one asset overview scene.
- Compatible with ALL rendering pipelines
- Cute and cuddly art style!
IMPORTANT: To change your rendering pipeline, make sure to download the dependency package and also read the readme file!
Price $19.99
Gargoyle Armor Knight by Petros
Number of textures 30
Texture dimensions 2048X2048
Polygon count of [Gargoyle]
Knight-fullbody - 31,543 vertices 50,278 triangles
Weapon - 1.865 vertices 2.524 triangles
Number of meshes/prefabs
2 Meshes 2 skins 4 prefabs
Rigging: Yes
Animation count 7
UV mapping: Yes
LOD information (no)
Types of materials and texture maps (PBR)
|YOUTUBE|DISCORD|ARTSTATION|UNITY|
✦ Key Features :
My unique design (created in zbrush)
Weapon included
Rigged to UE5 Mannequuin (works with all Animations)
Renders made in Marmoset toolbag, Screenshots in UE5 + Unity.
✦ Technical Info
Knight-fullbody - 31,543 vertices 50,278 triangles
Weapon - 1.865 vertices 2.524 triangles
5 Materials : 3 for armor 1 chainmail 1 sword (for each skin)
2K textures : 2048x2048 px
BaseColor, Normal Directx, ORM for UE
AlbedoTransparency, MetallicSmoothness, Normal Opengl, AO for Unity
Rig - based on UE5 Manny mannequin
The base skeleton is untouched.
The model is fully compatible with UE5 mannequin, works with any compatible animaiton and can be easely replaced.
✦ Tested with
Game Animation Sample
Standard 3rd person template animations
✦ Unity Project and compability
2021.3 +
Suports SRP, URP, HDRP.
✦ Join my Discord server for more discussions
Thanks!
Price $40.00
Cyborg Mutant3 by Shumn1y
Number of textures 50
Texture dimensions (4096x4096, 2048x2048)
Polygon count of [Triangles 42.610]
Minimum polygon count 42.610
Maximum polygon count 42.610
Number of meshes/prefabs 4
Rigging: Yes
Animation count 50
Animation types (Root Motion/In-place): 11/39
LOD information (count, number of levels)
Types of materials and texture maps (e.g., PBR)
🎁OUR DISCORD 🎁 - we have a lot of interesting things there
- The perfect solution for your project✅
- Included Dismembering system✅
- We started work on a new dooms-like pack.
- 7/11 characters
*sound, FX not included, just demo*
- Character has Epic skeleton (UE5)
- 5 skins.
- Inst Mat color blending for each skin
- 50 animation included
- Attack - 8
- Idle - 3
- Death - 4
- Gethit - 10
- Turn 90 - 6
- Turn 180 - 3
- Walk - 10
- Idle Transitions - 1
- Run - 1
- Spawn - 2
Character:
Triangles: 42.610
Vertices: 28.169
Price $49.99
UI Toolkit Custom Shader Image URP by KAMGAM
Links: Manual
⚠️ This asset is NOT for uGUI. It’s for the new UI Toolkit.
Adds a „Custom Shader Image“ element to your UI Builder Library that allows you to use a custom material on an image.
✔️ Unity 6
Support 2022.3+ and 2023 too.
✔️ Code-Free Usage
Just drop in the image and select a material.
✔️ Shader Graph
Make your own shaders manually or with Shader Graph
✔️ Blend Modes
Configure the blend modes to your liking for maximum effect.
✔️ Examples
Hand written shaders and shader graph examples are included.
✔️ Full source code included
I publish this asset with full source code because as a developer I know how annoying it is to not have source code access. If you like it then please remind others to purchase the plugin. Don't just copy and paste it everywhere. Thank you ❤️
Things you should know (👓 please read this before you buy)
There is an online manual. Please read it before using the asset.
😲️ Again, this is NOT a UGUI or IMGUI asset. This is for the new UI Toolkit.
⚠️ You need Unity 2022.3 or higher.
⚠️ URP only: While the image element works find in all render pipelines the demo shaders have only been tested in URP. I have had users reporting that some work in Built-In too but that’s not tested. If there is enough demand I may port them to HDRP and Built-In (please let me know).
⚠️ As of now (Unity 6.x and before) in UI Toolkit your shaders do NOT have access to the frame buffer. Thus no grab pass will work. This means you can not take previously rendered content into account (except via blend modes). I.e.: the shader is ONLY applied to the texture (sprite) you set, not the background or the borders.
⚠️ Batching: Custom Shader usage breaks UI Toolkit batching. Therefore you should use these custom shader images sparingly. Don’t plaster your whole UI with them.
⚠️ No anti-aliasing for rounded corners on the inside if intersecting with the sprite texture. Pretty specific, I know, but it's a UIToolkit limitation, hopefully they will patch it some day. Most users will never notice.
⚠️ VR Support Unknown: I don’t own a VR headset so I can not really test it (though I think it should work). If you have tried it on VR please let me know.
✍️ Usage
1) Open the UI Builder Window
2) Add a new CustomShaderImage element from the Library > Project > Kamgam section.
3) Assign a UI Toolkit compatible material (check out the examples)
4) Done.
😎 HINT 1:
The demo shaders have support for sliced multi-sprites including tiling.
🧐 HINT 2:
Use the Tint (_Color) of the example shaders to change only the alpha of the image and not the borders.
🤠 HINT 3:
Check out the shader graph examples. The dissolve effect is a simple graph.
☎️ Support
If you have any questions please write to office[at]kamgam.com. Please be patient, replies may take a few days. Please include your Asset Store Order Nr and Unity version in your request. Thank you.
❤️ If you like this asset then maybe you'll like these too:
Add funny animations to your text.
📄 UI Toolkit Blurred Background
Blur the scene background behind your UI.
Separate your assets into useful parts within seconds.
One Settings UI + API for all render pipelines.
🔑 License Info
This asset requires one license per seat (user who has access to the asset files). If you are a team then please consider buying one seat per Unity user.
Why am I telling you this?
Because most people do not know. In fact any asset found under the Tools category falls under a license type collectively known as Extension Assets (see official license explanation) which differs from the standard (Entity) licenses.
If you have questions about the license then please contact me under office[at]kamgam.com.
Price $39.99
SPARTAN ILOTE WARRIOR D by Anvar
Number of textures 5
Texture dimensions 4k
Polygon count of SIWD 11813
Number of meshes/prefabs 7
Rigging: Yes
Animation count 15
Animation type list 15
attack_1
attack_2
attack_3
kick
run
run2
walk
walk2
idle
death
impact
jump
block
block_impact
blokc_idle
UV mapping: Yes
Types of materials and texture maps (PBR)
Spartan ilote warrior D A pose Low_poly character redy for game
Epic RIGG 5 + Humanoid rigg
- additional_Rigg
- jaw1
- tongue1-2
- eye_r1/l1
- weapon_l/r
- hook_-_1
- lace_-_6
- belt_-_6
- skirt_front_1-4
- skirt_front_l/r_1-4
- skirt_l/r_1-4
- skirt_back_l/r_1-4
- skirt_back_4
- PBR textures TARGA 4k (1 UV)
- Rougness
- Normal
- Metalic
- AO
- Albedo + Alpha
- character polygon - 11813 Verts - 16683 tris - 23408
- sword polygon - 234 verts - 232 tris - 460
- shield polygon - 1954 verts - 2130 tris - 3476
- helmet polygon - 2141 verts - 4102 tris - 4234
Price $55.00
Stylized Baby Boar in a Box by HungryCat1985
2K Textures:
- Albedo
- Normal
Vertices: 1,591
Triangles: 3,161
Add instant charm to your project with this stylized low-poly baby boar, sitting adorably in a cardboard box. Designed with a playful cartoon look, it’s perfect for mobile games, casual experiences, and stylized environments. Lightweight and efficient, this model is ideal for performance-conscious developers using Unity.
Features:
- Game-ready low-poly model
- Hand-painted / stylized textures
- Cardboard box included
- Unrigged, clean topology
- Optimized for mobile and stylized games
- Height: 0.56m
Price $14.99
Anime Character Art Pack: 2521 - Image: Woman, idol, magical girl, princess by NatsuyaCharacterArt
A set of 6 versatile facial expression sprites. Transparent PNG format, includes full-body(2048x1536px), half-body(1368x2048px), and face(500x500px square crop) variations.
Image: Woman, idol, magical girl, princess.
These are 2D anime-style character images that can be used in various scenes.
Crediting is appreciated but not required. Feel free to use these assets in any way you like.
Price $10.00
Anime Character Art Pack: 2520 - Image: Man, knight, noble, king by NatsuyaCharacterArt
A set of 6 versatile facial expression sprites. Transparent PNG format, includes full-body(2048x1536px), half-body(1368x2048px), and face(500x500px square crop) variations.
Image: Man, knight, noble, king.
These are 2D anime-style character images that can be used in various scenes.
Crediting is appreciated but not required. Feel free to use these assets in any way you like.
Price $10.00
Maplewood Village: Modular Medieval Town / Village by Hivemind
Number of Meshes: 153
Number of Prefabs: 280
Collision: Yes,usually generated in Unity(Box and Mesh Collider).
Vertex Count: 2 - 15840
LODs: (Yes, up to 5)
Number of Materials: 77
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: 142
Props: Barrels, Beams, Books, Bottles, Bushes, Candles, Carpets, Fences etc.[Diffuse, Normal, Roughness, Opacity, AO, Metalic]
Texture Resolutions: (2048x2048,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.
🏚️ Features
- 🏚️Interiors/Enterable - All buildings are fully enterable and fully furnished!
- 🏚️Massive - 153 Meshes To Construct Any Of Your New Stylized Environments!
- 🏚️Fully Modular - Enjoy a fully modular kit to create your own Medieval towns, cities and everything in between.
- 🏚️Stylized Foliage - Enjoy a vast library of foliage to be used across all of your projects!
- 🏚️VFX Library - A vast VFX library including Smoke, Fireflies, and much more are included!
Disclaimers
*Renders and showcase were recorded in HDRP project.
*Product can be used in your commercial projects.
CONTACT US WEBSITE | JOIN US DISCORD
Price $39.99
GPU Instancing Mesh Rendering by Eduardo Martinelli
- Full implementation of a GPU instancing system using Graphics.DrawMeshInstanced
- Supports multiple mesh/material groups
- Includes a non-instanced rendering system using MeshRenderer and MeshFilter
- Runtime transform generation for easy visualization
- Easily customizable and extensible architecture
- Unity-native: works with URP and Built-in RP
- Fully documented with summaries and code comments
The GPU instancing system supports multiple mesh-material groups and leverages Graphics.DrawMeshInstanced() to render hundreds or thousands of instances efficiently.
The code is clean, well-documented, and designed to be easily extended or integrated with your existing workflow. All transforms are randomly placed in 3D space for demonstration purposes, and each system can be customized to fit different genres or project needs. It was implemented in URP but should work with any pipeline with minimal effort.
Price $4.99
Level Design Toolkit by Saitama Studio
Includes 4 useful tools that helps you create levels, design worlds or even prototyping.
Works for ALL Unity Versions & Render Pipelines
➕Easy to use tools — increase your productivity
✨Features
- Well documented
- Prefab Brush
- Object Spawner
- Billboard Painter
- Object Placer
- Easily customizable shortcuts
- Simple to use, well organized
📦 Tools:
-----------------------
🖌️ Prefab Brush
- Lets you paint prefabs on surfaces. This tool can be used painting environments, general objects or anything else you can imagine. A great tool to have in your arsenal!
🧊 Object Spawner
- Lets you spawn objects in a area. This tool can be used creating environments, scattering props or anything else you can imagine.
☘️ Billboard Painter
- Lets you paint billboard on surfaces. This tool can be used for creating ivy, vines, spider webs and anything else you can think up!
🛠️ Object Placer
- A small collection of handy tools that helps you move objects around in your scene fast.
➕And also
- Well organized.
- Got questions or facing an issue? Reach out to us and we'll be happy to help!
Price $9.00
Robot Sentries - WallBot Boss by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - WallBot Boss!
Price $8.99
Robot Sentries - TrainerBot Boss by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - TrainerBot Boss!
Price $8.99
Robot Sentries - TeslaBot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - TeslaBot!
Price $6.99
Robot Sentries - SpinBot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - SpinBot!
Price $6.99
Robot Sentries - MortarBot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - MortarBot!
Price $6.99
Robot Sentries - PeekABot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - PeekABot!
Price $6.99
Robot Sentries - HumanoidBot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - HumanoidBot!
Price $6.99
Robot Sentries - ChompBot by SRG Studios
Number of textures - 1
Texture dimensions - 1024x1024
Average polygon count - 1.8k to 5k
Number of meshes/prefabs - 1
Rigging: Yes
Animation count - 3
UV mapping: Yes
Types of materials and texture maps (e.g., PBR) - URP
This pack features a unique, fully modeled, and textured cartoony robot sentry character perfect for adding personality and charm to any project. These robots are designed with a stylized aesthetic, ideal for low-to-mid poly game projects, mobile games, or any title seeking a vibrant, playful visual style. Each model is carefully crafted to be visually engaging and easy to integrate into your Unity scenes.
What’s Included:
- High-Quality Model: One expertly modeled robot
- Animations: Basic animations to get you started
- Optimized for Performance: Designed with efficiency in mind, these models are suitable for a range of projects, including mobile games and low-poly styled titles.
- Unity Ready: Import directly into your Unity project and start creating!
Ideal For:
- Platformer Games
- Top-Down Shooters
- RPG Environments
- Mobile Game Development
- Stylized Visual Projects
- Game Jams & Prototyping
Bring your robotic guardians to life today with Robot Sentries - ChompBot!
Price $6.99