Safe Asset Cleaner - Find Unused, Duplicates & References by asdlk50
[Asset Specs]
- Type: Editor Tool (Editor Window)
- Script: Full C# Source Code included (No DLLs)
- Compatibility: Unity 2021.3 LTS and newer
- Render Pipeline: Supports Built-in, URP, and HDRP
- Dependencies: None (No third-party plugins required)
[Technical Implementation]
- **Duplicate Finder:** Uses MD5 hashing algorithm to detect identical files accurately, even if they have different names.
- **Deep Reference Scan:** Uses 'SerializedObject' & 'SerializedProperty' iteration to find references inside GameObjects and Components deeply.
- **Safety System:** automatic backup generation using Unity's 'ExportPackage' API.
[Backup & Undo]
- Backup Location: Backups are stored in 'Assets/asdlk50/ProjectCleaner/Backups'.
- Logic: Keeps only the latest backup file to save disk space.
- Restore: Uses 'AssetDatabase.ImportPackage' for seamless undo operations.
[Limitations / Important Notes]
- **Dynamic Loading:** Assets loaded via code (e.g., Resources.Load, Addressables, Reflection) cannot be detected automatically. Please use the 'Whitelist' feature.
- **Empty Folders:** Deleting empty folders cannot be undone (No backup created) as they contain no data to export.
Is your project cluttered with garbage files?
"Safe Asset Cleaner" is the comprehensive tool designed to clean up your project safely and efficiently.
Now featuring an **Auto-Backup & Undo System**, you can clean your project with zero stress!
[Key Features]
1. 🛡️ Safety First: Auto-Backup & Undo (NEW!)
- **Automatic Backups:** The tool automatically creates a .unitypackage backup before deleting any assets.
- **One-Click Undo:** Made a mistake? Just click the "Undo Last Delete" button to restore your files immediately.
- **Safety Filters:** Automatically protects Materials, ScriptableObjects, and specific folders (Whitelist) from being scanned.
2. 🔍 Unused Asset Finder
- Scans all Scenes (Build Settings & All folders) to find unused assets.
- Detects assets not referenced by any scene, prefab, or code.
- Reduces your build size significantly.
3. 🔗 Advanced Reference Finder (Deep Scan)
- Don't just see which scene uses an asset.
- **Deep Scan:** Finds exactly **which GameObject** and **which Component** is referencing the target asset.
- Works for both Scenes and Prefabs.
4. 👯 Duplicate & Empty Folder Remover
- **Duplicate Finder:** Detects identical files (by hash) taking up unnecessary space.
- **Empty Folders:** Finds and removes empty folders to keep your hierarchy clean.
5. 🚀 Smart UX & Workflow
- **Double-Click Navigation:** Double-click any item in the list to highlight it instantly in the Project View or Hierarchy.
- **Clean Workspace:** Backup files are stored neatly inside the tool's folder, keeping your Assets root clean.
- Integrated seamlessly into the Unity Editor.
[Compatibility]
- Unity 2021.3 LTS and newer.
- Works on Windows & Mac.
- Supports Built-in, URP, and HDRP.
Stop worrying about breaking your project. Optimize it safely with Safe Asset Cleaner!
Price $18.00
Military Props Bundle by Akairo
Features:
- 30+ Unique Meshes
- Attention to Detail / AAA Quality
- High Quality Assets
- Game ready/Optimized
- Unique Concepts of Assets
- High Attention to Details
Texture Sizes:
- 2048
Supported Development Platforms: All Platforms
Bundle of our 2 Unique Military Props! Don't miss the chance to get all of them together.
ALL OF THESE PACKAGES WORTH IN TOTAL 25$ ARE NOW JUST $15!
The list of these unique props is below!
1- Realistic Military Pack $10
2- Military Tank - MERKAVA $15
Note: When you buy 'Military Props Bundle' you get free access to the packages listed above on the Unity Asset Store.
Each pack have different compatibilities. You can find the pipeline and Unity version compatibilities and technical details in the links of each pack, please check them!
Got a question or need assistance? Feel free to contact us anytime at info@akairo.io we're here to help with technical support, suggestions, refunds, or any of your requests.
Here you can join Discord channel for live support, discounts, and Custom Outsource Environment Projects.
INSTAGRAM ARTSTATION TWITTER YOUTUBE
Price $15.00
Global Events - Dispatcher System by Eduardo Martinelli
- Fully implemented global event dispatcher system
- Supports custom event types with flexible data payloads
- Zero scene setup — no instances or managers required
- Simple API for adding, removing, and invoking listeners
- Seamless setup across scenes
- Thread-safe event triggering and listener management
- Easily extendable and integrable into existing codebases
- Includes clear examples and step-by-step documentation
- Clean, well-documented C# code with summaries and comments
- Demo scene
Spaghetti code and complicated script inter-dependency affect most apps and games in the market right now. You can solve it once and for all in less than an hour.
Solve one of the most common problems in Unity development easily and with minimal setup. This is a production-ready and extensively tested solution to organize the components of any of your applications by decoupling your components. Allowing you to test your scripts independently, enforcing best-practices, and making your product more professional. This architecture is used widely across the development industry.
The Global Event Dispatcher System manages and receives all events in your game. Your scripts trigger and subscribe to the events you defined. It requires no new instances or setup in your scenes. Includes step-by-step documentation and easy-to-follow examples, so you can integrate it effortlessly into any project.
This package is clean, well-documented, and designed to be easily extended or integrated with your existing workflow. The current implementation has been tested thoroughly in commercial products and applications and has proven to be crucial for organizing large scalable projects. Implemented in Unity 6 and tested with versions down to 2022.3.25f.
Make your projects fully decoupled and production-ready with minimal effort.
All of our packages are written by experienced industry professionals and tested in real, commercial projects. We include descriptive documentation, example scenes and step-by-step instructions so even unseasoned application developers can use our tools.
We offer long-term support and help channel available at support@colosso.digital
Price $16.99
Trushkeen's Inspector Event Framework by Andrei Trushkin
- Architecture: Built on a modular system with an abstract GameEvent class and GameEventCondition base for extensibility.
- Features: 30+ events (e.g., ChangeObjectTransform, PlayAudioSource, InstantiatePrefab) and 24+ conditions (e.g., OnPlayerEnterTrigger, IsAnimationPlaying, OnDistanceBetween), including logical operators (And, Or, Not, Reverse).
- No-Code Setup: Events and conditions are configured as Unity components in the Inspector, with automatic condition detection and manual overrides.
- Customization: Supports custom events/conditions via inheritance, with demo showcase for inventory implementation.
- Execution Options: One-time or repeatable events with configurable delays (ExecutionDelay, TimeBetweenExecutions) and external execution via UnityEvents or scripts.
- Debugging: Runtime status monitoring in the Inspector (e.g., "Conditions not met", "Executing").
- Compatibility: Tested with Unity 6+ (3D focus, 2D support planned).
- Source Code: Full C# source included for modification.
- Demo Scenes: 5 scenes showcasing triggers, UI integration, inventory, delays, and condition logic.
- Documentation: package includes PDF documentantion
Drive your game logic without writing a single line of code!
Trushkeen's Inspector Event Framework is a powerful, no-code event system designed to empower game designers and developers to create complex gameplay logic directly in Unity's Inspector. With 50+ events and conditions, this lightweight and optimized tool lets you craft immersive experiences in genres like horror, adventure, puzzles, and RPGs.
Key Features:
- No-Code Workflow: Build gameplay logic entirely in the Inspector using intuitive components.
- 50+ Events and Conditions: From object transforms and physics (AddForce, ChangeObjectTransform) to audio (PlayAudioSource, ChangeAudioClip), lighting (ChangeLightColorLerp), materials (ChangeMaterialProperty), animations (SetAnimatorTrigger), and more.
- Flexible Conditions: Trigger events with conditions like OnPlayerEnterTrigger, IsAnimationPlaying, OnDistanceBetween, and logical operators (And, Or, Not, Reverse).
- Inventory & Quests: Includes example demo support for inventory systems (AddItemToInventory, HasItemInInventory) and extensible custom events.
- External Execution: Integrate with UI, UnityEvents, or other scripts for advanced control.
- Optimized Performance: Handles hundreds of events with minimal CPU usage, perfect for mobile and large-scale projects.
- Customizable: Easily extend with custom events and conditions for your project’s needs.
5 Demo Scenes Included:
- Basic Trigger Demo: A ball rolls down a ramp, triggering door open/close events.
- UI Integration: Change light colors via UI buttons using ExternalExecution.
- Inventory System: Pick up a key to unlock a door, showcasing custom events/conditions.
- Reverse Conditions: Demonstrate the power of the Reverse parameter.
- Delayed Events: Showcases event delays for dynamic timing.
Why Choose Trushkeen's Inspector Event Framework?
- Perfect for Indie Devs & Designers: Create horror jump scares, adventure puzzles, or RPG quests without coding.
- Highly Extensible: Supports custom events/conditions for inventory, quests, or other systems.
- Optimized & Lightweight: Built for performance, tested in real projects.
Get Started Today!
Unleash your creativity and build engaging gameplay with Trushkeen's Inspector Event Framework. Includes comprehensive documentation to get you up and running in minutes.
Tested with Unity 6.1.17.
Ideal for: Horror, Adventure, Puzzle, RPG, and Prototyping.
Price $20.00
Toon Pirates Melee Weapons Pack by MHK3dArt
Number of textures : 1
Texture dimensions : 2048 * 2048
Polygon count of :
Sword_1 : 1073
Sword_2 : 504
Sword_3 : 781
Sword_4 : 1043
Knife : 1402
Axe : 1794
Gun : 1715
Pistol_1 : 2267
Pistol_2 : 2482
Minimum polygon count : 504
Maximum polygon count : 2482
Number of meshes/prefabs : 9
UV mapping: Yes
Types of materials and texture maps : Stylized
this Package includes 4 type of swords, an Axe, a Knife, two Pistols and a Gun.
The models are very optimized for mobile games.
Where to use:
- Games. Models optimized for game engines;
- Advertising and marketing;
Price $15.98
Bear in hoodie by Maru3D
Vertex Count:
Faces: 1903
Verts: 1856
Edges: 3756
Rigged: (Yes)
Number of Characters: 1
Number of Animations: 4
Animation Types (Root Motion/In-place): 4
Number of Materials: 4
Number of Textures: 10
Texture Resolutions: (2048X2048)
Supported Development Platforms:
- Windows: (Yes)
- Mac: (Yes)
Bear in hoodie
Stylized Low poly character. Hand painted textures.
Faces: 1903
Verts: 1856
Edges: 3756
Features:
3 skins
4 Materials
10 Textures
4 Custom Animations
Price $15.00
MAG Level Design Tools Bundle PRO by MAG Software
Includes three professional Unity editor tools:
• MAG Prop Placer PRO
• MAG Spline Placer PRO
• MAG Vegetation Painter PRO
Key capabilities:
• Prefab placement (single, brush, area, spline)
• Vegetation and environment painting
• Spline-based object generation
• Area fill procedural placement
• Renderer optimization options
• Collision-safe placement
• Layer avoidance system
• Randomization (rotation, scale, spacing)
• Profile-based workflow and data safety
• JSON import/export support
• Replace tool and palette management
• Mobile optimization features
• Non-destructive editor workflow
Compatibility:
• Built-in Render Pipeline
• URP
• HDRP
Technical info:
• Editor-only tools
• No runtime dependencies
• No third-party libraries
• Full source code included
• Documentation included
• Tested on Unity 2021.3 LTS → Unity 6
MAG Level Design Tools Bundle PRO is a complete professional toolkit for Unity developers who want to build environments faster, cleaner and more efficiently.
This bundle includes three premium editor tools:
• MAG Prop Placer PRO
• MAG Spline Placer PRO
• MAG Vegetation Painter PRO
Together they provide a full workflow for object placement, vegetation painting, spline-based decoration and large-scale environment creation — all optimized for performance and mobile projects.
Designed for indie developers, solo creators and studios, this bundle drastically reduces manual work, improves scene organization and helps maintain consistent performance even in large worlds.
Perfect for:
• Mobile games
• Open worlds
• Simulation projects
• Driving games
• Procedural environments
• Level design pipelines
All tools are fully editor-based, non-destructive and require zero runtime overhead.
- What’s Included
MAG Prop Placer PRO
Advanced prefab placement system with brush, area and precision placement modes, strict placement rules and profile-based workflow.
MAG Spline Placer PRO
Professional spline-based placement system for fences, roadside props, vegetation, decorations and area fill generation.
MAG Vegetation Painter PRO
High-performance vegetation and environment painting tool with intelligent randomization and renderer optimization options.
- Performance & Mobile Focus
Built with performance as a priority:
• Optimized for low-end and mid-range devices
• Mobile-friendly renderer settings
• Shadow and probe control
• Safe object placement systems
• Clean hierarchy generation
Ideal for Android, iOS and large open-world projects.
Why this bundle?
Instead of buying each tool separately, this bundle provides a complete environment creation workflow at a significantly lower price.
You get:
• Faster level design
• Cleaner scenes
• Better performance
• Consistent placement systems
• Production-ready workflow
All tools are actively maintained and updated.
Price $52.99
Kitsune Inari by chio_soma
Here's some useful information:
- Rigged with Epic Skeleton 5
- Works with ALS 4 and GAS (check PREVIEW)
- Clothes have Color Variations
- Polycount: faces - 70928, tris - 139943, verts - 94063
- Character is modular
- Blendshapes (Morph Targets)
Rigged: (Yes)
Rigged to Epic skeleton: (Yes)
If rigged to the Epic skeleton, IK bones are included: (Yes)
Animated: (No)
Number of Animations: (No)
Animation types (Root Motion/In-place): [No]
Number of characters: 1
Vertex counts of characters: 94063
Number of Materials and Material Instances: Materials - 39
Number of Textures: 83
Texture Resolutions: 1K - Teeth, Eyelashes, Fur, TailEars 2K - Eye, Hair, Legs, Underwear, 4K - Clothes
Supported Development Platforms:
Windows: (Yes)
Mac: (Yes)
Documentation: No
Important/Additional Notes: Character compatibility list | Additional bones
Video: PREVIEW
Social Links: ArtStation | Twitter | YouTube | LinkedIn
Product Overview
The project contains a full body, all parts - separated, and PBR materials for customization
Render by Marmoset Toolbag 4
- All parts can be painted in any color or replaced with alternative skins.
- Face includes all Apple AR blendshapes (ARKit), ready for high-quality facial animation.
- Rigged with Epic Skeleton\Humanoid rig (UE5 Skeleton) with additional bones. Does not have controls. Easy animations retarget. With additional bones you can apply physics. Navigate physics to your need. I recommend to use KawaiiPhysics plugin.
Technical Details
Textures (PBR Metallic/Roughness)
- Maps Included: BaseColor, Normal, ORM (Metallic, Roughness, Ambient Occlusion), Roughness, Metallic, Opacity/Alpha, MatID, Emissive.
Geometry (Verts/Tris)
Clothes
Verts - 62343
Tris - 86677
NUDE (with hair)
Verts - 31720
Tris - 53266
Full Set
Verts - 94063
Tris - 139943
Compatibility
Tested in ALS and GAS
Important Notes
No LODs No Physics (can be added manually) No Blueprints No Animations
Need Help?
For any questions or support, feel free to contact me at chiosoma01@gmail.com
Price $59.99
Cozy Cartoon Apartments by Danapra_pro
Number of textures: 8 (png)
Texture dimensions: 4096x4096
Polygon count: 111 000
Number of meshes/prefabs: 360
UV mapping: Unwrap from view
The scene includes multiple rooms (bedroom, living room, kitchen, bathroom, hallway) and is perfect for games, animations, cinematics, and visualization projects.
The model is optimized and built from 360 detailed low-poly objects, making it suitable for real-time applications while keeping a high level of visual quality.
1 main texture (4000 px resolution) + 4 additional textures
209 000 triangles
I hope you will enjoy!
Price $40.00
Loop Palette Vol. 1 – Leatherette (Music Loops) by Wolf Tone Recorders
Audio file types: WAV
Sample rate: 44.1 kHz
Bit depth: 16-bit
Loopable: Yes (all full tracks)
Additional: Stereo
- 10 long-form looping music tracks
- 10 matching 30-second preview files
- BPM range: 90–140
- Dark, gritty, industrial tone
- 16-bit / 44.1 kHz stereo WAV
- Seamlessly loopable
- UCS-compliant filenames
- Included metadata (CSV)
- Ready for Unity, FMOD, Wwise, and all game engines
Loop Palette Vol. 1: Leatherette provides a set of dark, gritty looping music beds built for games, interactive media, and cinematic experiences. Each track is designed to loop seamlessly and maintain tension over long periods without becoming repetitive.
This collection includes ten long-form compositions ranging from 90–140 BPM, each crafted with a saturated, industrial tone suited for action, horror, sci-fi, and atmospheric environments. Every track also includes a 30-second preview version for quick auditioning during development.
All files use UCS-compliant naming, include metadata, and are delivered as 16-bit / 44.1 kHz WAV for compatibility with Unity, FMOD, Wwise, and all major DAWs.
Ideal for developers needing modular, layered, and production-ready music that holds up during gameplay loops, cutscenes, menus, or ambient exploration.
Price $19.99
LogicForge: Programmable Block Interface by Vitor Figueredo
LogicForge is designed to be lightweight and highly compatible, ensuring it fits into any project without overhead.
- No External Dependencies: Works out of the box without requiring third-party plugins or packages.
- SRP Agnostic: Fully compatible with the Built-in Render Pipeline, URP, and HDRP.
- Core Systems: Sequential Execution Engine: Manages how blocks are read and triggered. Variable Manager: A global singleton system for persistent data during gameplay. Grid Generator (example): Procedural or manual grid setup for 1-unit movement logic.
- Extensibility: Blocks are really extensible making it easier to add new functions and features.
- Platforms: Supports PC, Mobile, and WebGL.
- Supported OS: Windows, Linux (not tested) and MacOS (not tested).
- Documentation: https://vitorfgd.github.io/LogicForge/
LogicForge is a flexible and lightweight framework designed for developers who want to create games centered around logic and sequential execution. Unlike visual scripting tools for developers, LogicForge is a gameplay system that allows you to define functional blocks (like Move, Attack, or Interact) that your players will use to navigate and solve your game’s challenges.
Whether you are building a "learn-to-code" educational game or a complex automation puzzle, LogicForge provides the foundational architecture to get you started. It handles the logic flow, so you can focus on designing unique mechanics and levels.
Key Features:
- Player-Driven Logic: Create a library of blocks for your players to arrange and execute in sequence.
- Code-First Workflow: Easily extend the system by programming your own custom block functionalities in C#.
- Global Variable System: Built-in support for tracking game states like health, inventory items, or mission progress.
- Logic Gates & States: Includes interactive elements that react to variable changes, allowing for complex environmental puzzles.
- Grid-Based Movement: A ready-to-use grid generation system with support for obstacles and state-changing tiles.
- Starter Template Included: Comes with a complete example featuring enemies, collection mechanics, logic gates, and win/loss conditions.
Price $4.99
Cute Farm and Wild Animals Icons Pack Casual Simulator Builder Educational Games by Neprosto Assets
- Total Icons: 148
- File Type: PREFABS + PNG
- Resolution: Avg. 512×512px
- Animation: Not animated — static illustrations only
This animal icon pack includes a wide variety of farm animals, wildlife, forest creatures, birds, aquatic species, and exotic mammals presented in a clean and friendly cartoon style. The collection features livestock such as cows, pigs, sheep, goats, chickens, ducks, horses, and llamas, alongside wild animals like lions, tigers, bears, deer, foxes, pandas, rhinos, elephants, penguins, fish species, and more.
Perfect for farming simulators, ranch management systems, zoo builders, wildlife parks, idle collection games, educational apps, and animal care mechanics. Supports breeding systems, resource production loops, habitat upgrades, collection progression, quest objectives, trading features, and tycoon-style economy gameplay.
Icons are optimized for inventories, animal catalogs, unlock trees, upgrade menus, shop interfaces, achievement systems, and management dashboards. Their consistent silhouette and expressive design ensure clarity across UI-heavy projects.
Categories
Farm Animals
Wildlife Creatures
Forest Animals
Aquatic Species
Birds & Poultry
Livestock Units
Zoo & Habitat Icons
Price $19.99
Wizard School Fighting Engine Pro by Monster Fate Software
Wizard combat system with advanced AI
Complete third person movement
Require new input system package to be installed
Require Post Processing for Built-In to be installed
Require AI Navigation package
Wizard Fighting Engine Pro comes with everything in Wizard Fighting Engine plus Mobile Ready support for Android and IOS
Want a RPG Dialog and Choices System? Get RPG Choices and Dialog:
WIZARD SCHOOL RPG CHOICES AND DIALOG SYSTEM
Also want fly with Broomstick? Get Broomstick Engine:
WIZARD SCHOOL BROOMSTICK ENGINE - THIRD PERSON
Ever dreamed of creating your own wizard combat RPG or open-world magic adventure?
Maybe you’ve tried other systems, but they were either too complicated or didn’t deliver the AAA wizard action you were looking for. Either way, your wait is over.
Wizard School Fighting Engine - Third Person is an easy-to-use, action-focused system that lets you build high-quality magical combat for RPGs and open-world adventures. Inspired by AAA wizard duels, it gives you everything you need for dynamic, spell-fueled battles.
Here’s what you get with our powerful third-person wizard combat controller:
- Magical attacks, defense, and cinematic spellcasting
- Target by distance or lower health
- Full third-person movement (Slide, Crouch, climb stairs)
- Advanced Wizard combat AI
- Full support for Xbox, Nintendo Switch, and PlayStation controllers
- Mobile Support
- Simple drag and drop system
- Use new Input system package to simplify player input
Price $15.00
Animation Workbench (Beta) by MotionLabs
Supported animation types: Humanoid & Generic
Preview system: Isolated editor-only preview scene
Thumbnail generation: Static & animated thumbnails, cached in memory and on disk
Performance: Asynchronous scanning, incremental frame generation, parallel renderers
Editor workflow: Search, filters, multi-select, context actions
Compatibility: Works with any project structure, supports large animation libraries
Customization: Adjustable preview character, editor, orbit preview and much more
Integration: No runtime components — editor-only tool
Currently available at an Early Supporter price during Beta.The price will increase once the tool reaches full release, so early adopters can secure it at a lower rate while also helping shape its development.
Built for teams and solo developers who work extensively with animations.
All previews, characters, and display settings are fully customizable, allowing the tool to adapt seamlessly to your project’s visual style and workflow.
Supports both humanoid and generic rigs, making it equally suitable for RPGs, action games, stylized platformers, and beyond.
Designed to integrate naturally into the Unity Editor, it requires no setup — simply import it, and it immediately starts helping you organize and preview your animations more efficiently.
Price $40.00
Dravhun - Rigged Low-Poly Cave Monster 3D Model by Ludiax Studio
- Face Count: ~50,000
- Rigged: Yes, humanoid rig compatible
- Textures: 4K PBR maps (Albedo, Normal, Roughness, AO)
- Unity Version: Tested on 6.3 LTS
- Render Pipelines: URP (tested), Built-in & HDRP (expected compatibility)
- Platforms: Windows, macOS, Android, iOS, WebGL
- Dependencies: None
- Demo Scene: Included
Meet Dravhun, a futuristic humanoid robot designed for sci-fi, cyberpunk, and AI-inspired projects. This game-ready 3D character is fully rigged and includes 5 custom animations: Walk, Run, Jump, Kick, and Death.
Features:
- Rigged skeleton for smooth animation integration
- 5 custom animations (Walk, Run, Jump, Kick, Death)
- Textured and material-ready for Unity, Unreal Engine, Blender, Maya, and 3ds Max
- Futuristic design with glowing purple accents, infinity-shaped eyes, and a central energy core
- Dual digital screens projecting advanced schematics for added sci-fi detail
Use Cases:
- Perfect for game developers building cyberpunk or futuristic worlds
- Ideal for VR/AR experiences and immersive environments
- Great for cinematics, trailers, and concept art
- A versatile asset for anyone seeking a rigged, animated robot character
Wireframe Preview:
Includes wireframe renders to showcase optimized topology, ensuring buyers can evaluate mesh quality before purchase.
Price $65.00
Syntherion Rigged Robot Character by Ludiax Studio
- Face Count: ~50,000
- Rigged: Yes, humanoid rig compatible
- Textures: 4K PBR maps (Albedo, Normal, Roughness, AO)
- Unity Version: Tested on 6.3 LTS
- Render Pipelines: URP (tested), Built-in & HDRP (expected compatibility)
- Platforms: Windows, macOS, Android, iOS, WebGL
- Dependencies: None
- Demo Scene: Included
Meet Syntherion, a futuristic humanoid robot designed for sci-fi, cyberpunk, and AI-inspired projects. This game-ready 3D character is fully rigged and includes 5 custom animations: Walk, Run, Jump, Kick, and Death.
Features:
- Rigged skeleton for smooth animation integration
- 5 custom animations (Walk, Run, Jump, Kick, Death)
- Textured and material-ready for Unity, Unreal Engine, Blender, Maya, and 3ds Max
- Futuristic design with glowing purple accents, infinity-shaped eyes, and a central energy core
- Dual digital screens projecting advanced schematics for added sci-fi detail
Use Cases:
- Perfect for game developers building cyberpunk or futuristic worlds
- Ideal for VR/AR experiences and immersive environments
- Great for cinematics, trailers, and concept art
- A versatile asset for anyone seeking a rigged, animated robot character
Wireframe Preview:
Includes wireframe renders to showcase optimized topology, ensuring buyers can evaluate mesh quality before purchase.
Price $80.00
Teddy Bear Pastels GUI Pack by Wuggles Games
A handcrafted UI pack perfect for making cute user interfaces with a soft, cozy vibe!
🌟Features
- PNG Sources
Multiple styles of menu panels with 9-slicing for dynamic resizing. Buttons with multiple shape and color variations and include a 'pressed' state for animating with examples.
Also included:
- 45 unique full color icons 256x256 plus white outlines for each
- 34 background textures
- 3 sample character portraits with frame and interchangeable backgrounds
- UI Prefabs
Ready to use prefabs of all the common UI elements including buttons, panels, tabbed menus, headers, input fields, dropdowns, check boxes, sliders, and toggles. Buttons pre set up with custom animations just drag and drop!
- Demo Scene - Web GL Demo 🐻
The included demo scene contains examples of common menus like a shop and settings menu to use as templates, plus examples with simple code for fun features including animated buttons, scrolling backgrounds and tabbed menus.
Price $15.00
NECROMANCY | Professional Modular Musical Textures for Immersive Scoring by Prosoundscape
SEAMLESS LOOPS
TEMPO: 60 BPM / RUBATO
KEY: D MINOR
AUDIO QUALITY: 48kHz / 24-BIT (WAV)
Musical Textures: Tonal loops that carry emotion. Perfect for underscore and ambient storytelling.
Modular Stems: Vocals, drones, and underscore beds are provided as separate layers. Conduct the intensity.
Organic Origin: 100% human-sourced whispers, ritual chanting, and real gothic instruments. No cheap synthesis or AI-content generation.
The First Musical Texture Horror Library. Built for Atmosphere, Not Just Noise.
NECROMANCY is a modular construction kit designed to score your nightmare.
Layer organic whispers, ritual chants, and gothic instruments to create a cohesive auditory atmosphere.
(Note: This library focuses on atmospheric depth and tonal horror. It does not contain generic bone-breaking or gore sound effects.)
Musicality: All textures are rooted in D Minor, designed to stay out of the way of your main score.
Modularity: Stems are separated (Vocals, Drones, Textures). You are the conductor of the mix.
High Fidelity: 48kHz / 24-bit WAV files, metadata-ready for professional workflows.
66 Professional Assets Included:
20 Loops & Stems (Underscore, Vocal Layers, Special Mixes)
16 Hits & Impacts (Gothic Bells, Organ Stabs, Arpeggios)
06 Vocal Risers & Swells
06 Story Stingers & Jumpscares
18 Magic Casting & Bonus Item Foley
Price $29.99
Damage Cracks Shaders by Adrift Team
Textures sizes: 2048 x 2048
2 Custom Shaders
Damage Cracks Shader is a flexible shader package designed to visually represent damage on 3D models through progressive cracks or custom tileable textures.
The system uses a damage float parameter to blend between 4 texture stages, each one representing increased damage. As the damage value decreases, cracks or textures become more visible, creating a clear and intuitive visual feedback.
The shaders are not limited to cracks only:
you can use any tileable texture, adjusting scale, blend strength, and offset to achieve a wide range of effects.
Key Features
- Progressive damage system driven by a float parameter
- Supports 4 texture stages with increasing intensity
- Works with cracks or any tileable texture
- Adjustable texture scale, blend and offset
- Optional emissive cracks (glowing or darkened effects)
- Texture projection on X, Y, Z axis or Triplanar mode
- Full support for base material maps:
Albedo
Normal
Metallic
Smoothness - Damage textures do not interfere with the base material setup
Included Content
- 2 shaders:
World Position based shader
Object Position based shader - 3 demo wall meshes with preconfigured materials
- 33 PNG textures ready to use
This package is ideal for destructible environments, interactive props, or any scenario where visual damage progression is required while keeping full control over materials and performance.
Price $15.00
Crystal & Mirror Assets by Adrift Team
Number of Textures: 16
Textures Dimensions: 2048 x 2048
Minimun Polygon Count: 8
Maximun Polygon Count: 2070
Number of meshes/prefabs: 5
Rigging: No
UV mapping: Yes
Types of materials and texture maps (e.g., PBR): Base Color, Emissive
Crystal & Mirror Asset Pack provides a flexible set of breakable crystals and mirror systems designed for games and real-time environments.
The pack includes crystal meshes that can switch between intact and broken states, allowing you to create destruction effects with full control over the behavior of each piece. Dirt and smudge textures can be easily customized to achieve clean, worn, or damaged looks.
Two mirror solutions are included:
- A mirror based on reflection probes for simple and lightweight setups.
- A camera-based mirror with render textures and optional dirt overlays for more detailed reflections, and a script to achieve a more realistic result.
All assets are easy to customize, and suitable for a wide range of projects, from stylized scenes to realistic environments.
Price $15.00
