ButtonAnimator Easy by WEWE Studio
ButtonAnimator Easy: Elegant, Precise, and High-Performance uGUI Animations
"Drag, Drop, Done." UI animation shouldn't be complicated.
ButtonAnimator Easy is a powerful, lightweight animation system designed specifically for Unity uGUI. By moving away from complex Animator Controllers and State Machines, we provide an intuitive Preset-first system that lets you breathe life into your UI in seconds.
Why Choose ButtonAnimator Easy?
- The Ultimate VR Companion: Uses Base Scale Caching to keep a stable scale reference for UI interaction, significantly reducing Raycast instability issues in World Space Canvases commonly caused by scale animations in VR.
- LayoutGroup Compatible: Automatically generates a __BAE_Anim Wrapper to handle position animations flawlessly without breaking Horizontal, Vertical, or Grid Layout systems.
- Performance Optimized: Designed for VR high-frame rates (90/120 FPS), the Update loop performs only a minimal boolean check, ensuring near-zero CPU overhead.
- Advanced Color Control: Automatically detects and animates multiple components simultaneously, including the Button Background, Icon, and TextMeshPro labels.
- Flexible Override Logic: The Local Override system allows you to maintain global visual consistency via Presets while fine-tuning specific parameters for individual buttons.
- Built-in Spatial Audio: Trigger 3D spatial sound effects at the button’s exact world position without the need to manually manage AudioSource components.
Core Features
Animation System:
- No coding required - Everything can be done in the Unity Inspector
- Preset-first design - Use high-quality ScriptableObject presets or create your own
- Local Override system - Override specific animation parameters without breaking preset updates
- Three animation states - Hover, Click, and Disabled animations
- DOTween-powered - Fast and efficient animations using DOTween
Audio System:
- Built-in audio support - Play sound effects on Hover and Click events
- Preset audio settings - Configure audio clips and volumes in presets
- Per-button audio override - Override audio settings for individual buttons
- No AudioSource required - Uses AudioSource.PlayClipAtPoint for simple setup
- VR spatial audio positioning - Sounds play at the button's world position, providing accurate 3D spatial audio localization for VR applications
Preset System:
- Many presets included - Organized by physical properties: Scale, Position, Rotation, Color & Alpha, Compound & Special, Punch, and Shake
- Easy preset switching - Change presets without losing local overrides
- Re-Apply functionality - Reset to preset values with one click
Editor Integration:
- Custom Inspector - Beautiful, intuitive UI with status indicators
- Preview system - Test Hover, Click, and Disabled animations without entering Play Mode
- Override toggle - Easy switching between Preset and Local Override modes
- DOTween dependency checker - Automatic detection and setup guidance
Runtime Features:
- Automatic interactable handling - Disabled animations trigger automatically when Button.interactable = false
- LayoutGroup compatible - Base scale caching prevents layout issues
- CanvasGroup support - Automatically adds CanvasGroup when alpha animations are needed, prioritizes CanvasGroup.alpha over Graphic.color.a
- Button transition management - Automatically sets Button.transition to None to prevent conflicts
- Multi-touch safe - Independent Tween IDs per state prevent conflicts
- TimeScale independent - Animations work correctly in pause menus
- Debug mode - Optional detailed debug logging for troubleshooting
Design Philosophy
ButtonAnimator Easy is built on three core principles that guide every design decision:
- Preset-first - Design animations once, reuse everywhere. Instead of customizing each button individually, create presets that can be shared across multiple buttons, ensuring visual consistency and rapid iteration.
- Inspector-driven - No Animator Controllers, no state machines, no code. Everything is configured directly in the Unity Inspector, making UI animations accessible to designers and developers alike without the complexity of traditional animation systems.
- Safe-by-default - Animations never break your UI layout or interfere with game time. Base scale caching prevents LayoutGroup issues, and TimeScale-independent animations ensure buttons work correctly even in pause menus.
When to Use / When Not to Use
Good For
- uGUI Button - Designed specifically for Unity's legacy UI system (uGUI)
- Mobile, PC, and VR UI - Works across all platforms that support uGUI
- World Space Canvas - Fully compatible with World Space Canvas for VR applications. Base Scale Caching ensures precise Raycast detection even during scale animations, solving a common issue where other uGUI plugins cause Raycast to break when button scale changes. All animations (Scale, Position, Rotation, Color, Alpha) function correctly regardless of Canvas Render Mode.
- Projects requiring quick consistent animation styles - Preset system enables rapid UI animation setup with consistent visual language
Not Suitable For
- UI Toolkit (UIElements) - ButtonAnimator Easy is built for GameObject-based uGUI, not the newer UI Toolkit system
- UI deeply bound to Animator Controller - If your UI animations are already tightly integrated with Unity's Animator system, this tool may conflict or be redundant
Price $7.99
SO Evolver - Safe ScriptableObject Migrations by Rei Haruki
Features:
- Editor-Only Tool: Zero runtime overhead in your final build.
- Code Architecture: Fully namespaced (SOEvolver) and uses Assembly Definitions (.asmdef) to separate Editor logic from Runtime data.
- Migration Runner: Handles sequential chaining (e.g., automatically running V0→V1, then V1→V2).
- Backup System: Stores backups in the project's Library/ folder to avoid cluttering version control, with options to restore specific batches.
Requirements:
- Unity Version: 2022.3 (LTS) or higher recommended.
- Compatibility: Works with standard ScriptableObjects, Addressables, and Asset Bundles.
- Scripting: Requires .NET Standard 2.0 or 2.1 API Compatibility Level.
Files:
- Includes full C# source code (No DLLs).
- Includes Documentation in Notion.
Never lose data when refactoring ScriptableObjects again.
Unity's serialization is powerful but unforgiving. If you delete a field from your script before migrating the data, that data is lost forever. If you work on a team, changing shared data structures often leads to merge conflicts.
SO Evolver solves these problems by adding explicit version control and a safe migration framework to your ScriptableObjects.
KEY FEATURES
- Explicit Versioning: Assets track their own schema version (V0 → V1 → V2).
- Safety First: Automatic timestamped backups are created before every migration.
- Dry Runs: Preview exactly what will change in a log report before modifying files.
- One-Click Restore: Undo mistakes instantly from the dashboard using the backup history.
- Audit Logs: Keeps a complete history of all migrations in your project logs.
- Team-Friendly: Uses a linear versioning model to prevent merge conflicts.
- Batch Operations: Migrate hundreds of assets in a single click.
THE WORKFLOW
- Inherit: Change your class to inherit from VersionedScriptableObject.
- Modify: Add new fields to your script (keeping the old ones temporarily).
- Migrate: Write a simple C# migration script to map old data to new data.
- Execute: Use the SO Evolver Window to Dry Run and apply changes to all assets.
- Clean: Safely delete the old fields from your script.
PACKAGE INCLUDES
- Migration Dashboard (Editor Window)
- Core Base Classes (VersionedScriptableObject, SOMigration)
- Automatic Backup & Restore Systems
- Comprehensive Documentation (Quickstart, Safe Workflow, API Reference)
- 10+ Real-world Migration Examples
If you find this tool useful, please leave a review! It helps me add new features.
Price $0.00
P.S.A Project Structure Assistant by Aurelien gatineau
⭐ KEY FEATURES
Key Features (FR)
- Génération automatique de structures adaptées (Débutant → Avancé)
- Scanner intelligent : dossiers manquants, vides, inconnus
- Protection avancée contre les suppressions accidentelles
- Suppression sécurisée avec double confirmation
- Presets personnalisables et exportables
- Interface claire, thème clair/sombre
- Compatible avec tous les pipelines Unity
- Aucun package externe requis ✨
Key Features (EN)
- Automatic structure generation (Beginner → Advanced)
- Smart scanner: missing, empty, unknown folders
- Advanced protection against accidental deletion
- Safe deletion with double confirmation
- Customizable and exportable presets
- Clean UI with light/dark theme
- Compatible with all Unity pipelines
- No external dependencies ✨
⭐ REQUIREMENTS (FR/EN)
Requirements (FR)
- Unity 2021.3 ou version supérieure
- Compatible Windows, macOS et Linux
- Fonctionne avec tous les Render Pipelines (Built‑in, URP, HDRP)
- Aucun package additionnel nécessaire
Requirements (EN)
- Unity 2021.3 or higher
- Compatible with Windows, macOS and Linux
- Works with all Render Pipelines (Built‑in, URP, HDRP)
- No additional packages required
-----------------------------------------------------------
⭐ CATEGORY & INTENDED USERS (FR/EN)
Pour qui ? (FR)
Conçu pour les débutants qui veulent un projet propre dès le départ, et pour les développeurs professionnels cherchant un workflow rapide, fiable et organisé.
Who is it for? (EN)
Designed for beginners who want a clean project from day one, and professional developers who need a fast, reliable and organized workflow.
⭐ P.S.A Project Structure Assistant
Description :
Project Structure Assistant PRO , est un outil conçu pour offrir une organisation claire, professionnelle et évolutive à vos projets Unity. Il génère automatiquement des structures adaptées à votre niveau, analyse votre projet grâce à un scanner intelligent, protège vos dossiers sensibles et vous permet de créer vos propres presets. Interface soignée, thème clair/sombre, workflow simplifié et projet toujours propre. Un assistant pensé pour les développeurs exigeants. ✨
Description :
Project Structure Assistant PRO , is designed to bring clean, professional and scalable organization to your Unity projects. It automatically generates structures based on your level, scans your project with a smart analyzer, protects sensitive folders and lets you create custom presets. Polished interface, light/dark theme, streamlined workflow and consistently clean project structure. A tool built for developers who want efficiency and clarity. ✨
Price $0.00
Hierarchy Enhancer Pro by Rainy
- Editor only - zero runtime overhead
- Full source code included
- No dependencies
- Works with all render pipelines
- Instant setup - no configuration required
- Settings persist across sessions
Hierarchy Enhancer Pro transforms your Unity Hierarchy window into a powerful, organized workspace.
Why Hierarchy Enhancer Pro?
Large projects become messy fast. Finding objects in a sea of gray text wastes time. Hierarchy Enhancer Pro brings color, structure, and clarity to your workflow.
Visual Organization:
- Separators - Create visual dividers with "---" prefix
- Headers - Colored section titles with "#" prefix
- Color Rules - Auto-color objects by tag, layer, name, or component
- Alternating Rows - Easier to scan long lists
Information at a Glance:
- Component Icons - See attached components instantly
- Active Indicator - Spot inactive objects immediately
- Static Indicator - Identify static objects for optimization
- Tree Lines - Visual parent-child connections
Fully Customizable:
- Every color adjustable
- Enable/disable any feature
- Custom prefixes for separators and headers
- Unlimited color rules
Zero Setup Required:
- Import and it works immediately
- No configuration needed
- Settings window for customization
Color Rules Support:
- Tag matching (Player, Enemy, etc.)
- Layer matching (UI, Water, etc.)
- Name contains text
- Name starts with text
- Has specific component
Perfect For:
- Large projects with many objects
- Team collaboration
- Level designers
- Anyone who values organization
Requirements:
- Unity 2021.3 or newer
- Editor only (no runtime impact)
Price $12.99
SeedMesh Forest Bundle by SeedMesh Studio
It is not necessary to import the demo from this bundle. It is a modified version of sample
scene from Mossy Cedrus Forest to merge all packages in a single level.
Join SeedMesh Discord Server!
This product may not be used in datasets for, in the development of, or as inputs to generative AI programs.
All these products have a value of $160, get a discount of -$20 for buying all thogether.
The assets are high quality with 4K textures (the resolution can be adjusted by the developer manually) and optimized with many LODs, this way the assets are usable for a wide range of projects, from optimized games to high fidelity visualizations.
Check the complete details visiting the page of each package.
List of Assets:
Purchasing this bundle will unlock access to the products listed above from the Unity asset store.
Price $139.90
Stylized_Tree_and_Foliage_Bog by WB's Assets
- Render Pipeline: Universal Render Pipeline (URP)
- Models:
- - Custom-made, stylized assets
- - Optimized for real-time use
- LOD Groups:
- - Included only for the tree asset
- Textures:
- - Base Color
- - Normal Map
- - Optimized texture sizes
- Materials:
- - Simple URP-compatible materials
- - Easy to customize
- Animations:
- Tree and foliage includes wind animation using vertex movement
- Includes a particle system for falling leaves, ready to use
- Aquatic plants are static by design
- Wind animation was intentionally not applied, as it does not make sense for water vegetation
- Water-based animation was left for users who want to customize it for their own systems
- Effects:
- - Lightweight particle system for falling leaves
- Prefabs:
- - Ready-to-use prefabs with scale set to (1,1,1)
- Scale:
- - Assets are created using real-world scale reference
- - Scene scale can be adjusted freely without affecting prefabs
- Compatibility:
- - Unity version: 6.1
- - Render Pipeline: URP only
- Intended use:
- - Stylized games
- - Prototypes
- - Real-time environments
The Stylized_Tree_and_Foliage_Bog is a stylized environment asset pack designed for real-time projects in Unity (URP).
This package includes optimized tree and foliage assets built with performance in mind, featuring tree LOD levels to ensure smooth rendering across different distances and hardware targets.
The assets include simple wind animation for foliage movement and a lightweight particle system for falling leaves, adding subtle life to the environment while keeping performance costs low. All materials are simple and optimized, focused on base color, making them easy to integrate, customize, and extend inside your own projects.. Prefabs are ready to use — just drag and drop into your scene.
This pack is ideal for stylized games, prototypes, and real-time environments where visual clarity and performance are essential.
Price $20.00
High Quality Normal Map Generator by CoreBit_Studio
Need a fast and simple way to add volume and depth to your textures? Normal Map Generator Pro is a powerful, optimized tool that leverages advanced algorithms (Sobel Operator, SDF, Gaussian Blur) to create detailed Normal Maps with zero hassle.
Perfect for both rapid prototyping and final production workflows.
💡 Key Features:
- Instant Generation: Create Normal Maps with a single click.
- Real-Time Preview: See results immediately as you tweak parameters.
- Full Control: Fine-tune Strength, Sharpness, Depth, Blur, and Micro-Details.
- Batch Processing: Process hundreds of textures or entire folders simultaneously.
- Preset System: Save and load your favorite settings (e.g., "Hard Surface", "Organic", "Soft Cloth").
- Edge-Aware Smoothing: Smart smoothing system that preserves important details while eliminating noise.
- Invert Y Support: Easily switch between OpenGL and DirectX formats.
🛠️ Technical Workflow:
The system uses a 4-stage processing pipeline to ensure maximum quality:
- Preprocessing: Image cleanup and Edge Detection.
- Distance Field (SDF): Accurate volume and shape calculation.
- Height Map Generation: Height map creation with intelligent blurring.
- Sobel Conversion: Final vector Normal Map generation.
Compatibility:
Fully optimized for Unity 6 and Unity 2022 LTS.
Compatibility with versions older than Unity 2021.3 may be limited
Price $20.00
Save System Pro by Rainy
- Full source code included
- No dependencies
- Works with Built-in, URP, HDRP
- Supports all platforms: Windows, Mac, Linux, Android, iOS, WebGL
- Namespace: SaveSystemPro
- Well-commented code
Save System Pro is a powerful yet easy-to-use save system for Unity games.
Why Save System Pro?
Stop struggling with PlayerPrefs or writing your own serialization code. Save System Pro handles everything with a simple two-line API.
Core Features:
- Simple API - SaveManager.Set() and SaveManager.Get()
- Multiple Save Slots - unlimited slots with easy switching
- AES-256 Encryption - protect saves from tampering
- GZip Compression - smaller file sizes
- Auto-Save - configurable intervals and triggers
- Automatic Backups - never lose player progress
- Cross-Platform - works on all Unity platforms
Editor Tools:
- Save Manager Window - view, load, and delete saves
- Settings Asset - configure everything without code
- One-click setup - ready to use in minutes
Saveable Component:
- Add to any GameObject
- Automatically saves position, rotation, scale
- Saves active state
- Zero code required
Events System:
- OnBeforeSave / OnAfterSave
- OnBeforeLoad / OnAfterLoad
- OnSaveDeleted
Perfect For:
- RPGs and adventure games
- Puzzle games with progress
- Simulation and strategy games
- Any game that needs to save data
Requirements:
- Unity 2021.3 or newer
- All render pipelines supported
- All platforms supported
What's Included:
- Full C# source code
- Complete documentation
- Ready-to-use examples
Price $15.00
Cryptogram Puzzle – Word & Letter Template by BG Games
Requirements
Supported platforms
- Android
- iOS
Third-Party Notices
Asset uses ------ under a ----- license; see Third-Party Notices.txt file in package for details.
A complete cryptogram template for Unity. Create an engaging experience with word puzzles and riddles built on scalable and clean architecture patterns!
This flexible, ready-to-use foundation can be easily adapted to any game theme or visual style - perfect for quick prototyping or polished puzzle releases.
📚 HELPFUL LINKS:
📄 DOCUMENTATION | 🌐 WEBSITE | 💬 DISCORD | 🎥 YOUTUBE
🔧 FEATURES OF CRYPTOGRAM:
📝 Text Editor & Parser
Prepare levels directly in the editor, adding words, phrases, and clues with ease.
The flexible parsing system allows you to structure levels in any format - from short quotes to full logical riddles.
🎚️ Encryption Difficulty Configuration
Adjust the encryption logic to define how challenging your puzzles are.
Control parameters like the number of hidden letters, symbol replacement patterns, and the depth of the cipher logic.
Fine-tune the cryptogram rules to create a unique gameplay balance for your project.
🎮 Premade Levels & Full Flexibility
Test the system with ready-to-play demo levels or create your own custom puzzles.
You have full control over structure, text length, and logic - design levels exactly the way you want.
💡 Smooth Animations & Player Feedback
Unlock animations, success effects, and error feedback make gameplay more dynamic and satisfying.
Add your own animations or visual effects to fit your project’s style.
📄 Data Persistence
Player progress is saved automatically and restored after restarting the game, ensuring a seamless experience.
🎨 Scalable & Customizable UI / UX
Interface scales perfectly across mobile devices and tablets.
Easily adjust colors, fonts, icons, and layouts to match your game’s theme.
Clear and intuitive UX tested in released projects.
🧩 Modular Architecture
Built with clean, extendable code structure.
Easily integrate with your existing systems, add new modes, UI elements, or extra logic without breaking the core functionality.
🎯 Where This Asset Fits Best
KMA Cryptogram Word Game is designed for cryptogram-based projects where the core value comes from flexible content creation (editor + parser), tunable cipher difficulty, and a clean, mobile-first UX.
It works especially well for the following puzzle formats:
- Short quotes and aphorisms built around fast “decode the message” play sessions.Quote Cryptograms
- Multi-line riddles where clues are embedded directly into the encrypted text and the solution is revealed through decoding.Riddle Cryptograms
- Structured chapters that gradually increase cipher depth, hidden letters, and symbol replacement patterns.Progressive Decoding Levels
- Curated categories such as Movies, History, Motivation, Science, Memes with easy reskinning and content swapping.Themed Puzzle Packs
- Rotating puzzles with consistent difficulty rules and saved progress to support long-term retention loops.Daily / Weekly Challenges
- Each solved cryptogram unlocks the next line or scene, creating a simple narrative entirely through text.Story-in-Quotes (Light Narrative)
- Practice-focused levels where the goal is mastering specific encryption rules, symbol mappings, and decoding patterns.Logic-First Cipher Training
Cryptogram Puzzle is designed to fit naturally into word-based puzzle projects and works smoothly alongside commonly used Unity tools for localization, UI feedback, saving, animation, and clean editor workflows.
Possible Integrations:
- I2 Localization
- DOTween (HOTween v2)
- Easy Save - Save & Data Serializer
- DOTween Pro
- Feel by More Mountains
- Playmaker
- Text Animator for Unity
- Rewired
- Master Audio 2024
- LeanTween
- Behavior Designer
- Shapes
- Odin Inspector and Serializer
- Modern UI Pack
Price $4.99
QuickLaunch Easy by WEWE Studio
Tired of constantly switching between your level scenes and launch scene?
QuickLaunch Easy fixes that. It’s a simple tool that lets you start playing from any scene you’re working on, and when you’re done, it takes you right back to where you were.
As a Unity developer, nothing kills the flow like the tedious cycle of manually switching back and forth between "Level" scenes and your "Initialization/Launch" scene.
QuickLaunch Easy is a lightweight workflow power-tool designed to eliminate that friction. Now, no matter which level you’re currently editing, you can jump straight into the game with a single click and automatically return to where you left off.
Features
- Play from anywhere: No more hunting for your launch scene. Just hit the shortcut and you're playing, even if you're deep in some level scene.
- Auto-return: When you stop playing, it brings you back to the exact scene you were editing. Your workflow stays intact.
- One shortcut for everything: Ctrl/Cmd + G starts the game. To stop, you can either press the same shortcut again or use Unity's built-in Play button—whichever you prefer.
- Easy setup: Just drag your launch scene into the settings window. That's it.
- Scene tracking: Uses Unity's GUID system, so it finds your launch scene even if you move or rename it.
- Clean Boot: Temporarily manages "Enter Play Mode Options" to ensure all Awake and Start logic in your initialization scene runs perfectly every time. Always forces "Reload Domain and Scene" (Full Reload) during QuickLaunch to ensure a clean state. Your original settings are automatically restored when you stop playing.
How to Use
- Installation: Import the QuickLaunchEasy package into your Unity project.
- Setup: Open Tools > QuickLaunch Easy > Settings, then drag your launch scene (like Launch.unity) into the Launch Scene field.
- Usage: Press Ctrl/Cmd + G to start playing. To stop the game, you can press the same shortcut again or use Unity's built-in Play button—your choice. You can also use Tools > QuickLaunch Easy > QuickLaunch from the menu.
- Customizing the Hotkey: You can change the shortcut using Unity's built-in Shortcuts Manager. Go to Edit > Shortcuts (Win) or Unity > Shortcuts (Mac), then search for "QuickLaunch" and assign your preferred key combination.
Why did I create this?
As a developer, I’ve been through this tedious process countless times. Having to manually switch to the launch scene to test a feature, and then manually switch back to the level I was just editing, was incredibly frustrating!
I decided to create this tool so that no one has to endure that annoyance anymore. By eliminating these repetitive steps, we can keep our focus where it belongs—on building great games. QuickLaunch Easy is here to accelerate your development process and keep you in the "flow" state.
Enjoy it!
If you find this tool useful, please check out my other assets.
Price $0.00
Universal Platform Services by Bloody VR
- SteamManager: init/run callbacks/shutdown with ready checks.
- Achievements: SteamAchievements.Unlock, queued popups, dynamic achievement UI.
- Stats: int/float get/set/add, reset/flush; dynamic inspector-driven stats UI; auto-built rows.
- Leaderboards: find/create, upload (KeepBest), top entries; UI with avatars.
- Lobbies: create/find/join/leave, member list, chat, ready/state flags, scene selection, host checks.
- Cloud Save: save/load/delete string/JSON via Steam Remote Storage.
- Profile/Avatar & Rich Presence wrappers.
- SteamCMD Uploader: editor window + settings, app/depot/branch config, VDF generation, run_app_build.
- UI supports TextMeshPro and legacy UI Text; demo scenes included.
- Requirements: Steamworks.NET installed, Steam client running, valid Steam AppID; no Steam SDK binaries included. If using URP, note tested Unity/URP versions.
Steamworks Essentials is a plug-and-play toolkit for integrating Steamworks.NET into Unity. It ships with customizable UI, prefabs, and demo scenes covering:
- Achievements with queued popups and a dynamic achievement UI.
- Stats (int/float) with dynamic inspector-driven panels and ready-made stats UI.
- Leaderboards (find/create, upload, top entries) with avatars and scrollable UI.
- Lobbies (create/find/join/leave), member list with chat, ready/state flags, scene selection, and host checks.
- Cloud saves (string/JSON), rich presence, profile/avatar loading.
- SteamCMD uploader window for branch/build uploads.
- UI supports both TextMeshPro and legacy UI Text; scenes show practical wiring.
Requirements: Steamworks.NET installed, Steam client running, valid Steam AppID; Steam SDK binaries are not included. Spacewar (480) is for testing only. If using URP, note the tested pipeline/version.
Price $20.00
Sport Car Free 4 by ALIyerEdon
Number of textures : Ao maps for materials
Texture dimensions : 2048x2048
Number of materials: 9
Polygon count : 70K
Number of meshes/prefabs: 4
LOD information : No LODs
Shader: Standard/Lit
Best Racing Games => Click to See
This is a sport car for your mobile or other platform games with next-gen quality
Car has 70K triangles to have maximum quality on the all platforms
You can optimized up to 10k by using the Blender decimate function
Also you can bake into 3k using bake to low poly solution
Best Racing Games => Click to See
Price $0.00
Sport Car Free 5 by ALIyerEdon
Number of textures : Ao maps for materials
Texture dimensions : 2048x2048
Number of materials: 9
Polygon count : 70K
Number of meshes/prefabs: 4
LOD information : No LODs
Shader: Standard/Lit
Best Racing Games => Click to See
This is a sport car for your mobile or other platform games with next-gen quality
Car has 70K triangles to have maximum quality on the all platforms
You can optimized up to 10k by using the Blender decimate function
Also you can bake into 3k using bake to low poly solution
Best Racing Games => Click to See
Price $0.00
Project Styler Pro by Kaumau
Project Styler PRO
Visual organization for Project & Hierarchy
Project Styler PRO is a Unity Editor tool that helps you keep your projects clean, readable, and easy to navigate.
It allows you to visually organize folders in the Project window and GameObjects in the Hierarchy using colors, text styling, and icons — all without writing a single line of code.
Perfect for small prototypes and large production projects alike.
Key Features
Project Window Styling
- Customize folder background color
- Change text color
- Assign custom icons to folders
- Apply styles instantly or via detailed rules
- Supports exact folder paths or folder name matching
Hierarchy Styling
- Style GameObjects with background and text colors
- Automatically apply styles using name-based rules
- Gameplay logicIdeal for grouping systems like:
UI
Lighting
Enemies
Environment
Quick Style Palette
- Alt + Click on folders or GameObjects to open a quick style palette
- Option (⌥) + Click on macOS
- Choose from predefined colors or create custom styles instantly
Style Manager
- Central place to manage all styles
- Enable or disable styles at any time
- Edit existing styles
- Control style priority
- Separate tabs for Project and Hierarchy styles
Settings
- Enable or disable the entire system
- Toggle Project window styling independently
- Toggle Hierarchy styling independently
- (Settings are stored per editor instance)Reset settings to defaults
Why Use Project Styler PRO?
- Improve project readability at a glance
- Navigate large projects faster
- Reduce time spent searching for assets and objects
- Keep consistent visual structure across your project
- No scripts, no setup, no runtime impact
This tool works entirely inside the Unity Editor and does not affect your build.
How It Works
- Import the asset
- Hold Alt and click on a folder or GameObject
- Choose a style
- Enjoy a cleaner, more organized project
_____________________________________
What’s included in Project Styler Lite
- Folder colors in Project (background & text)
- Hierarchy object colors
- Instant styling via Alt + Click
- Style rules: Exact Path, Folder Name, Name Contains
- Style priority system
- Centralized Style Manager
- One-click enable / disable
What you get with Project Styler Pro
Everything in Lite, plus:
- Custom folder icons (Texture2D)
- Ignore Case matching
- Separate toggles for Project and Hierarchy styling
- Reset to Defaults
- Access to the Style Database (advanced control)
- Extended settings for full styling control
Price $24.95
Project Syler Lite by Kaumau
Project Styler Lite is a lightweight Unity editor tool that helps you visually organize your project faster and more clearly.
It lets you style folders in the Project window and GameObjects in the Hierarchy using colors — directly inside the editor, without writing any code.
Project Styler Lite focuses on simplicity, speed, and performance.
Ideal for developers who want cleaner projects without complex configuration.
Key Features
- Color styling for folders in the Project window
- Color styling for GameObjects in the Hierarchy
- Fast workflow using Alt / Option + Click
- Folder background and text color customization
- Hierarchy background and text color customization
- Component Type NameMultiple matching modes:
Name Contains
Exact Name
Tag
Layer - Centralized Style Manager for all styles
- Automatic fade effect for better readability
- Minimal settings with a single enable/disable toggle
How It Works
- (Option + Click on macOS)Hold Alt and click on a folder or GameObject
- Choose a color from the quick palette
- Or open Custom to define matching rules and priority
- Styles are applied instantly and update automatically
Style Manager
The Style Manager lets you:
- View all created styles
- Enable or disable individual styles
- Edit colors and matching rules
- Adjust priorities
- Switch between Project and Hierarchy styles
_____________________________________
What’s included in Project Styler Lite
- Folder colors in Project (background & text)
- Hierarchy object colors
- Instant styling via Alt + Click
- Style rules: Exact Path, Folder Name, Name Contains
- Style priority system
- Centralized Style Manager
- One-click enable / disable
What you get with Project Styler Pro
Everything in Lite, plus:
- Custom folder icons (Texture2D)
- Ignore Case matching
- Separate toggles for Project and Hierarchy styling
- Reset to Defaults
- Access to the Style Database (advanced control)
- Extended settings for full styling control
Price $15.00
Tiger Beetle - Quirky Series by Omabuarts Studio
Check out our BESTSELLER upgrade: [Quirky Series Ultimate Pack]
Website : https://omabuarts.com
Quirky Series - Animals Mega Pack Vol.1
Quirky Series - Animals Mega Pack Vol.2
Quirky Series - Animals Mega Pack Vol.3
Quirky Series - Animals Mega Pack Vol.4
Features
✅ One (1) animal
✅ Tiny 8x8 px texture [diffuse map only]
✅ Rigged/Skeleton
✅ 19 animations
✅ 26 blendshapes/shapekeys for facial expression
✅ 4 LOD [between 300-9,000 tris]
✅ Mobile, AR/VR ready
✅ Sample URP Shader included
❌ Vertex color
❌ Clean (non-overlapping) UV map
Animations
Attack | Bounce | Clicked | Death
Eat | Fear | Fly | Hit
Idle_A | Idle_B | Idle_C
Jump | Roll | Run | Sit
Spin/Splash | Swim | Walk
Blendshapes/Shapekeys:
eyes.blink | eyes.happy | eyes.sad | eyes.sad
eyes.annoyed | eyes.squint | eyes.shrink | eyes.dead
eyes.lookOut | eyes.lookIn | eyes.lookUp | eyes.lookDown
eyes.excited-1 | eyes.excited-2 | eyes.rabid
eyes.spin-1 | eyes.spin-2 | eyes.spin-3
eyes.cry-1 | eyes.cry-2 | eyes.trauma
teardrop-1.L | teardrop-2.L | teardrop-1.R | teardrop-2.R
sweat-1.L | sweat-2.L | sweat-1.R | sweat-2.R
Email : omabuarts@gmail.com
Website : https://omabuarts.com
Twitter : @omabuarts
Price $4.99
Hornet Robberfly - Quirky Series by Omabuarts Studio
Check out our BESTSELLER upgrade: [Quirky Series Ultimate Pack]
Website : https://omabuarts.com
Quirky Series - Animals Mega Pack Vol.1
Quirky Series - Animals Mega Pack Vol.2
Quirky Series - Animals Mega Pack Vol.3
Quirky Series - Animals Mega Pack Vol.4
Features
✅ One (1) animal
✅ Tiny 8x8 px texture [diffuse map only]
✅ Rigged/Skeleton
✅ 19 animations
✅ 26 blendshapes/shapekeys for facial expression
✅ 4 LOD [between 300-9,000 tris]
✅ Mobile, AR/VR ready
✅ Sample URP Shader included
❌ Vertex color
❌ Clean (non-overlapping) UV map
Animations
Attack | Bounce | Clicked | Death
Eat | Fear | Fly | Hit
Idle_A | Idle_B | Idle_C
Jump | Roll | Run | Sit
Spin/Splash | Swim | Walk
Blendshapes/Shapekeys:
eyes.blink | eyes.happy | eyes.sad | eyes.sad
eyes.annoyed | eyes.squint | eyes.shrink | eyes.dead
eyes.lookOut | eyes.lookIn | eyes.lookUp | eyes.lookDown
eyes.excited-1 | eyes.excited-2 | eyes.rabid
eyes.spin-1 | eyes.spin-2 | eyes.spin-3
eyes.cry-1 | eyes.cry-2 | eyes.trauma
teardrop-1.L | teardrop-2.L | teardrop-1.R | teardrop-2.R
sweat-1.L | sweat-2.L | sweat-1.R | sweat-2.R
Email : omabuarts@gmail.com
Website : https://omabuarts.com
Twitter : @omabuarts
Price $4.99
Device Memory Profiler by Anexas
* See list of either all Unity objects type in one list or specific Unity Object,
such as Texture, Texture2D, Mesh, Renderer, SkinnedMeshRenderer, Material,
Shader, ComputeShader, Component, MonoBehaviour, or any custom object in the project extending from Unity Object.
* The lists are by default sorted by their memory size. You may optionally sort them by name. The list view is scrollable. Use scrollbars to see beyond the visible window.
* You can see any particular type of unity object by specifying its name (with package such as UnityEngine.Texture2D) in the first TextBox,
and its module name in the second text box. The module name for most common unity objects is "UnityEngine.CoreModule".
For monobehaviour classes written by you, you may enter "Assembly-CSharp" for the module.
Price $0.00
Cannibal Grasshopper - Quirky Series by Omabuarts Studio
Check out our BESTSELLER upgrade: [Quirky Series Ultimate Pack]
Website : https://omabuarts.com
Quirky Series - Animals Mega Pack Vol.1
Quirky Series - Animals Mega Pack Vol.2
Quirky Series - Animals Mega Pack Vol.3
Quirky Series - Animals Mega Pack Vol.4
Features
✅ One (1) animal
✅ Tiny 8x8 px texture [diffuse map only]
✅ Rigged/Skeleton
✅ 19 animations
✅ 26 blendshapes/shapekeys for facial expression
✅ 4 LOD [between 300-9,000 tris]
✅ Mobile, AR/VR ready
✅ Sample URP Shader included
❌ Vertex color
❌ Clean (non-overlapping) UV map
Animations
Attack | Bounce | Clicked | Death
Eat | Fear | Fly | Hit
Idle_A | Idle_B | Idle_C
Jump | Roll | Run | Sit
Spin/Splash | Swim | Walk
Blendshapes/Shapekeys:
eyes.blink | eyes.happy | eyes.sad | eyes.sad
eyes.annoyed | eyes.squint | eyes.shrink | eyes.dead
eyes.lookOut | eyes.lookIn | eyes.lookUp | eyes.lookDown
eyes.excited-1 | eyes.excited-2 | eyes.rabid
eyes.spin-1 | eyes.spin-2 | eyes.spin-3
eyes.cry-1 | eyes.cry-2 | eyes.trauma
teardrop-1.L | teardrop-2.L | teardrop-1.R | teardrop-2.R
sweat-1.L | sweat-2.L | sweat-1.R | sweat-2.R
Email : omabuarts@gmail.com
Website : https://omabuarts.com
Twitter : @omabuarts
Price $4.99
Alderfly - Quirky Series by Omabuarts Studio
Check out our BESTSELLER upgrade: [Quirky Series Ultimate Pack]
Website : https://omabuarts.com
Quirky Series - Animals Mega Pack Vol.1
Quirky Series - Animals Mega Pack Vol.2
Quirky Series - Animals Mega Pack Vol.3
Quirky Series - Animals Mega Pack Vol.4
Features
✅ One (1) animal
✅ Tiny 8x8 px texture [diffuse map only]
✅ Rigged/Skeleton
✅ 19 animations
✅ 26 blendshapes/shapekeys for facial expression
✅ 4 LOD [between 300-9,000 tris]
✅ Mobile, AR/VR ready
✅ Sample URP Shader included
❌ Vertex color
❌ Clean (non-overlapping) UV map
Animations
Attack | Bounce | Clicked | Death
Eat | Fear | Fly | Hit
Idle_A | Idle_B | Idle_C
Jump | Roll | Run | Sit
Spin/Splash | Swim | Walk
Blendshapes/Shapekeys:
eyes.blink | eyes.happy | eyes.sad | eyes.sad
eyes.annoyed | eyes.squint | eyes.shrink | eyes.dead
eyes.lookOut | eyes.lookIn | eyes.lookUp | eyes.lookDown
eyes.excited-1 | eyes.excited-2 | eyes.rabid
eyes.spin-1 | eyes.spin-2 | eyes.spin-3
eyes.cry-1 | eyes.cry-2 | eyes.trauma
teardrop-1.L | teardrop-2.L | teardrop-1.R | teardrop-2.R
sweat-1.L | sweat-2.L | sweat-1.R | sweat-2.R
Email : omabuarts@gmail.com
Website : https://omabuarts.com
Twitter : @omabuarts
Price $4.99
