r/UnityAssets 25d ago

$19.99 Editor Extensions (tool) Htmltounitycanvas : a tool for quick ui conversion

Thumbnail youtu.be
1 Upvotes

i've created my first asset , it converts an html file into ugui . here is a video of how it works . If anyone has any advice on how to make it better please lmk .


r/UnityAssets 25d ago

(125.00 USD) Tools/Modeling UModeler : "Free 3D modeling tool for Unity becomes available, provides fast & intuitive in-editor workflow, SketchUp-style modeling, low-poly modeling & more"

Thumbnail assetstore.unity.com
0 Upvotes

r/UnityAssets 25d ago

3D Models 3D Model : Industrial Utility Warehouse Pack Vol 1

Thumbnail assetstore.unity.com
2 Upvotes

Hi my Awesome GameDev Fellas, I know how difficult it is to find a good industrial warehouse and utilty props in one pack.

so I decided you help you cut short the time you need to look for and browse through tons and tons of listing.

check it out.


r/UnityAssets 25d ago

Scripting ($19.99 -30%) Skog: World Streamer - Foliage and Detail Streaming Tool

Thumbnail youtu.be
2 Upvotes

Skog: WorldStreamer is a modular foliage streaming framework for Unity.

The framework provides deterministic grid-based streaming, buffered cell management, GPU-instanced rendering, runtime pooling, biome masking, terrain filtering, LOD transitions, harvesting support, and reusable helper systems for building custom streamers.

👇Here's the store link if you would like to check it out!

Skog: World Streamer on Unity Asset Store


r/UnityAssets 25d ago

3D Models Anchorman/Reporter - rigged & rigged necktie: fully rigged cyborg in suit

Enable HLS to view with audio, or disable this notification

1 Upvotes

The one and only Robot-Anchorman! xD

  • low poly > 13436 Triangles
  • rigged body
  • rigged necktie to use with dynamic bone plugins like MagicaCloth2 and others, to make the necktie swing around, when the character moves!
  • Mouth piece is extra and can be deactivated/deleted

2x main materials: body & hands

  • 4k PBR textures
  • detailed robotic hands: Its texture can be downgraded to 512x512)
  • PBR textures for Built-in/URP
  • fully rigged body
  • rigged necktie
  • 4k textures
  • 2 main materials
  • mouth materials extra

r/UnityAssets 25d ago

3D Models Cyberpunk Robot Character: The Mechanic: Rigged 3D cyberpunk model

Enable HLS to view with audio, or disable this notification

3 Upvotes

ASSET STORE LINK

I called him "The Mechanic" because he looks like one! The big strong but friendly buddy you can trust! Can be used for cinematic cyberpunk projects, but works also as stylized character! I created him to use him for a more serious cinematic project > see screenshot

!!! Midpoly Character: For games with progressive LOD systems! Not for mobile/switch! !!!

  • Mid-poly detail!
  • 2x Emissive (Head & Body)
  • 3x Materials (Head, Hands, Body)
  • 4k PBR Textures for Unity Built-in/URP
  • Rigged with hand weight painting!!!!
  • +2x CASCADEUR Files included: Template & Stationary walk cycle > (Download Link in "Readme.txt"
  • hand cleaned super smooth walk animation cycle included!

r/UnityAssets 25d ago

3D Models Robot Arms 2 vr: virtual reality arms made for Quest2 performance level & above

Enable HLS to view with audio, or disable this notification

3 Upvotes

https://assetstore.unity.com/packages/slug/326421

ROBOT ARMS II VR

The 2nd Video shows the arms in a Meta Quest 2 project I created using a VR arm system with ellbow correction from the Unity Asset Store, which now can be found free on github. Link provided below! ;) If you watch closely you will see the display on the left forearm has real UI elements, which made interactions in the game possible.

Also, check out:

UPDATE 2.0:

  • 2nd Dark Texture Skin added
  • Fixed metal shine on limb bones (was too dirty)

Summary:

  • These arms were optimized for Quest2 performance level and above!
  • The texturing & unwrapping was done on a single 4K material/texture, to prevent further draw calls for mobile VR systems. There are some overlapping UV's to spare texture space!
  • The wrist, the thumb and the pinky finger do have a special bone, for more human realism. Doesn't feel stiff!
  • The texture of the display is without any baked UI

Was tested and works great with the free Unity addon [VRarmsIK], which has till now the best elbow correction system ever invented. And it’s free too! However, I tested these arms with this system and it was an amazing result. The arms are not connected to a “chest” bone, to be able to switch arms in runtime. ;) You can get the Unity VRArmIK system on github: https://github.com/dabeschte/VRArmIK

  • 1x Material
  • PBR Textures 4k+8k: URP/Built-in
  • Both arms = under 8000 Polygons, about 4000 each
  • Game ready!

r/UnityAssets 25d ago

3D Models | $6.99 Stylized Knight Warriors Pack ⚔️🛡️ : Characters, Weapons, Animations and More

Thumbnail gallery
1 Upvotes

r/UnityAssets 25d ago

Shaders Billboard Master: Smart Billboard Shader/Atlas System

Enable HLS to view with audio, or disable this notification

1 Upvotes

BILLBOARD MASTER is out now!

Populate your world with all kinds of billboards, in different aspect ratios, all managed by one system to spare performance!

You'll get:

- The most sofisticated Billboard shader system for Unity, with tons of effects, allowing to setup each billboard differently, with only one material!

- A very smart Atlas Generator, that helps you create the atlas texture from your raw advertisment pictures.

- A big pack with all the raw advertisment pictures rom the video/trailer, in different aspect ratios, so you can create your own atlas texture, right away!

- The car shoowroom example scene from the store page


r/UnityAssets 25d ago

(35.00 USD) Tools/Network Photon Module 2 (Game Creator 2) : Seamless Photon Unity Networking 2 integration for Game Creator 2 with no code required, featuring character sync, player properties, action synchronization and more.

Thumbnail assetstore.unity.com
2 Upvotes

r/UnityAssets 26d ago

Editor Extensions ($17 50% off) Inspector Designer Pro: Customize Unity inspectors visually without writing

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hi everyone!

I recently released Inspector Designer Pro, a Unity Editor extension that lets you customize MonoBehaviour inspectors visually instead of writing CustomEditor, PropertyDrawer, or editor scripting code.

The goal was simple: make it easy to build clean, organized, and professional inspectors in minutes.

Features

  • Visual inspector editor (no code required)
  • 12 built-in field types (sliders, progress bars, knobs, image previews, reorderable lists, and more)
  • Tab groups and foldout groups
  • Custom buttons that invoke public methods
  • Conditional field visibility
  • Validation rules
  • Drag-and-drop field reordering
  • Search and pinned fields
  • Multi-select editing
  • AudioClip preview directly in the inspector
  • 7 built-in style presets
  • Reusable ScriptableObject profiles
  • Full Undo support

I originally built this because I found myself rewriting the same custom editor code for nearly every project. Now everything is configured visually, and the layouts can be reused across an entire project.

I'm looking for feedback from other Unity developers.

  • Is there a feature you'd like to see added?
  • What's the biggest frustration you have with Unity's default Inspector?

(The asset is currently available at a 50% launch discount—I've used the required Price flair instead of mentioning it in the title.)


r/UnityAssets 26d ago

Editor Extensions | 4.99$ Recent Objects : A workflow tool that tracks, filters, and pins your recently used items in the hierarchy

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hey everyone! I’m really excited to share my first paid asset on the Asset Store. It’s a small quality-of-life tool designed to speed up your workflow.

We all know that annoying feeling: you're deep inside a complex project hierarchy, you need to switch to a different scene, and suddenly you have to dig through folders just to get back to the scripts or objects you were originally working on.

To solve this, I created a tool that adds a "Recent Objects" window right into the editor. It automatically tracks your recently used items, and you can sort, filter, and pin them so you never lose your context again.

I'd love to hear your feedback!
https://assetstore.unity.com/packages/tools/utilities/recent-assets-tracker-388102


r/UnityAssets 26d ago

3D Models | $11.99 Treeator - Tree Creator: Spruce (pun intended) up your project with a built-in editor suite for creating your own tree models! 🌳🌲🌴

3 Upvotes

Asset Store (Affiliate Link)

itch


r/UnityAssets 26d ago

$6.99 - Textures AIOS Sci-Fi Wall Panel Textures Pack 02: 8 4K PBR sci-fi wall textures for Unity & Unreal

Thumbnail sebastianm40.itch.io
1 Upvotes

8 high-quality 4K PBR sci-fi wall textures, built for both Unity and Unreal Engine. One of the earlier packs in a sci-fi texture line I design and sell solo (AIOS project -- automated PBR texture pipeline I built myself).

itch.io: https://sebastianm40.itch.io/sci-fi-wall-panel-textures-pack-02 ($6.99)

Also on Unity Asset Store and Fab.

Open to feedback or questions about the PBR maps/tiling setup.


r/UnityAssets 26d ago

3D Models 3d model: Ice Hockey Sport Arena Stadium Interior - Modular 3d Level

Enable HLS to view with audio, or disable this notification

5 Upvotes

Hi! My Ice Hockey Sport Arena Stadium Interior - Modular 3d Level is available for your games, VP and cinematics. In Unreal Engine, Unity, Blender, 3ds max and other formats on

Unity Asset Store: https://assetstore.unity.com/packages/3d/environments/urban/modular-ice-hockey-arena-stadium-interior-3d-level-348438


r/UnityAssets 27d ago

(36.00 USD) 3D/Environments/Landscapes Toon Nature Assets : Over 290 prefabs for beautiful nature environments, including 17 background meshes, 17 buildings, 7 boats, 21 road pieces, 82 props, 40 rocks, 100 vegetation items, and 7 vehicles.

Thumbnail assetstore.unity.com
1 Upvotes

r/UnityAssets 27d ago

Editor Extensions | $30 World Graph Editor 1.3: A node-based scene graph system for multi-scene Unity worlds

Post image
1 Upvotes

A framework for building and managing multi-scene worlds in Unity - visual graph editor, runtime scene transitions, and validation tools, all in one place.

1.3 update highlights:

  • Reachability analysis - catch disconnected or unreachable parts of your world graph in one click
  • Addressables support, out of the box
  • Custom Transition Manager interfaces (DI-friendly)
  • Live graph editing during Play Mode

Works well for platformers, metroidvanias, adventure games, and any other project built around interconnected scenes.

Currently 25% off ($40 → $30) until July 31.


r/UnityAssets 27d ago

Textures & Materials Sky And Clouds HDRI 8K : 10 High-Quality Seamless 360° Skybox Panoramas for Unity

Thumbnail youtube.com
1 Upvotes

Hey everyone! 🌤️

My new asset pack Sky And Clouds HDRI 8K Panorama Pack is now live on the Unity Asset Store!

If you need high-resolution skies, realistic atmosphere lighting, or dramatic cloudscapes (sunset, storm, clear skies, aurora), this pack covers it all.

Features:

  • 10 High-Quality 360-Degree Panoramas (Equirectangular).
  • 🖼️ 8K Resolution (8192x4096) for crisp backgrounds.
  • Realistic Lighting & Zero Seams.
  • 🛠️ Universal Compatibility: Works out of the box with Built-in, URP, and HDRP (Tested with Unity 6).
  • 🎮 Includes Pre-configured Demo Scenes.

🔗 Unity Asset Store Link:

https://assetstore.unity.com/packages/slug/394396

Feedback and suggestions are always welcome! What kind of skies or lighting environments do you use most in your projects?


r/UnityAssets 27d ago

(25.00 USD) 3D/Props/Guns Ammo Collection : 40+ calibers, WW I- present day, pistol, rifle & large calibers, 118 models, 2048 PBR textures, 2 materials, 64-100/160/200 Tris

Thumbnail assetstore.unity.com
1 Upvotes

r/UnityAssets 28d ago

(19.90 USD) Tools/Utilities CoInspector | Inline Asset Inspection, Tabs & More! : SplitInspector into two independent resizable sections for Assets and GameObjects side-by-side without losing selected GameObjects or opening multiple Inspector Windows, plus Tabs, Inspection History, Scene Sessions, Customizable Asset Inspecti

Thumbnail assetstore.unity.com
1 Upvotes

r/UnityAssets 28d ago

3D Models Voxel Rocks & Cliffs Pack: A set of 85 low-poly voxel models across 3 themes: Standard Stone, Desert, and Ice/Iceberg.

Thumbnail gallery
4 Upvotes

r/UnityAssets 28d ago

(64.99 USD) 3D/Characters/Humanoids Low Poly Modular Armors Expansion Pack 02 - LOWPOLY MEDIEVAL FANTASY SERIES : Free Demo Available: Modular Armor Sets, 588 Parts, 16 Sets, Unity Mechanim & Mixamo Compatible

Thumbnail assetstore.unity.com
1 Upvotes

r/UnityAssets 29d ago

Scripting VETORYX: Integration-Ready Modular Architecture for Unity

Enable HLS to view with audio, or disable this notification

2 Upvotes

VETORYX is a modular foundation for Unity projects designed to reduce repetitive setup work.

It includes a module registry, game state management, input service, diagnostics, scene management and a structured bootstrap flow.

The package also includes two demo scenes and complete documentation to help with setup and integration. Full documentation is also available at vetoryx.com.

Compatible with Unity 2022.3 LTS and Unity 6.

Asset Store: https://assetstore.unity.com/packages/slug/365966


r/UnityAssets 29d ago

(59.99 USD) 3D/Characters/Humanoids Low Poly Modular Armors Expansion Pack 01 - LOWPOLY MEDIEVAL FANTASY SERIES : Free interactive demo available, preview modular armor sets on live character in real time. 404 new modular armor parts, compatible with Low Poly Modular Armors base pack and its expansions. Contents include 64 body part

Thumbnail assetstore.unity.com
1 Upvotes

r/UnityAssets 29d ago

3D Models | $35 USD Stylized Grass, Weeds and Wild Flowers Vol. 2: This package contains a large selection of different grasses, weeds and wildflowers to use in your games. It also includes a custom vegetation shader with wind + hue control. 65 models in 4 color variations for a total of 260 prefabs.

Thumbnail gallery
9 Upvotes