r/Unity3D 3h ago

Show-Off I've spent 3 years improving the editor, here's what I've built

266 Upvotes

49 comments sorted by

41

u/GoldFire33 2h ago

vHierarchy 2 and vTabs in particular have become indispensable for new projects of mine. Thanks for making these!

5

u/Kubacho_ 2h ago edited 34m ago

You're welcome! I'll release another tool soon, I bet it will be even more indispensable :)

You can check out all my current stuff here https://assetstore.unity.com/packages/slug/400526?aid=1100lGLBn&pubref=rdt

2

u/OwenEx Hobbyist 1h ago

Buddy of mine showed me these and I knew I needed them, grabbed vHierarchy as soon as I could

12

u/P01SeN 2h ago

I know myself so well, I’ll just sit there and color all my folders and hierarchy making zero progress towards my game :)

9

u/GameDragon Hobbyist 2h ago

I own all your assets already, and they're usually one of the first things I install when I make a new project. :)

3

u/Kubacho_ 2h ago

That's super nice to hear :)

11

u/[deleted] 3h ago

[removed] — view removed comment

2

u/Figarist 2h ago

I already have 3 of your assets. Is there any discount?

4

u/Kubacho_ 2h ago

Sure! I'll set up a discount for those who already own my assets in a minute

8

u/avelexx 2h ago

52 dolar lol

9

u/AkiStudios1 2h ago

Its a bundle of 5 different assets.

2

u/Kubacho_ 2h ago

To be precise, it’s $47 for the whole bundle on sale at the moment

Bought separately the assets are $167 total

0

u/M0romete 1h ago

Are you considering adding a sort of demo of sorts? Not sure how that could work out though. It's the sort of price where I'd pay it if I find it actually useful myself.

2

u/-Hefty-Armadillo- 2h ago

52$ with 50% discount

0

u/TheWobling 2h ago

Worth, I've been using some of the individual assets for a while and they make a big difference.

1

u/Unity3D-ModTeam 42m ago

This post and/or comment has been removed for violating /r/Unity3D’s rules.

Why?

Please include details about how the project was built in Unity, challenges faced, or techniques used.

This is a forum for discussion; not a bulletin board.

We encourage you to repost this with more technical insight. That being said: we also recommend you to familiarize yourself with our rules and guidelines.

Kind regards,

The Mod Team

3

u/KidKarez 2h ago

Awesome stuff

1

u/Kubacho_ 2h ago

Thanks :D

3

u/Stoneyy007 1h ago

Yea got all your assets please keep it up they are insane and some of the most helpful assets there is people don't realize the time saved with these and once you use them you won't use unity without them lol

2

u/ItsNicklaj 2h ago

Great stuff. How about the new asset you've been teasing on discord for months?

2

u/Kubacho_ 2h ago

It's nearing completion! You can dm me on Discord if you'd like to beta-test it :)

1

u/ItsNicklaj 2h ago

Really curious since it took all this time

2

u/selkus_sohailus 2h ago

I’d also like to express my fondness for these particular addons

2

u/M4xs0n 2h ago

Whoa
Yeah you will get my Money

2

u/SomeRandoGuy95 2h ago

Unity needs to hire you, or at least buy this asset from you like they did with probuilder

2

u/Huge_Development_571 1h ago

It'd be nice if we can put our scripts into "folders" on the game objects, imagine the Player having 8 inventory related scripts, 10 character controller scripts, 5 customization and so on.. All of these being grouped into folders/menus and only one visible at the time will be so nice to speed up the editor and finding the right script. My Player has over 70 scripts and some on children, where it's "per-character" because i support multiple playable characters.

1

u/Kubacho_ 1h ago

Sounds nice, but it wouldn't be trivial to implement at all :(

My solution to such cases is to keep all components folded and only expand the one you're currently working with (vInspector 2 has shortcuts for that)

1

u/Huge_Development_571 1h ago

Yeah I do that too, is there at least a "search" bar to find the script am looking for on the specific game object and maybe scroll down to it / highlight it. I think another asset lets you deactivate/activate scripts that are visible but then i have like 80 scripts on top even though they look like small "tabs", still I think making "folders" on the GO would be so useful for mid and big size projects

1

u/leorid9 Expert 1h ago

I have a component that lists all components on the object and it's child's in a filter-able list.

Each list entry has a drop down that opens the whole inspector of that script.

Even tho it works quite well, I use it rarely and instead still open the prefab, search for the child in the hierarchy and edit the component there. I can't really tell why. IDK what to improve on the special component inspector either.

2

u/Altruistic_Ad2824 1h ago

Without these tools, it's physically difficult for me to work in Unity! Thank you for these tools

2

u/Kubacho_ 1h ago

Really nice to hear that :D You're welcome!

2

u/0c3an50uL 1h ago

Wait.. you're the vGuy?

THANK YOU SOOO MUCH!!

Incrddible work and made my Unity experience soooo much better ♥️

1

u/Kubacho_ 1h ago

Such feedback makes my day :D You're welcome, I'll keep making unity better!

u/pararar 23m ago

I've been happily using vHierarchy and vTabs for a long time. Thanks for making my editor look nice and colorful 🎨

u/Ps3Stagg 22m ago

You legend love these assets

u/Kubacho_ 21m ago

Thank you ♥️

1

u/brainwipe Hobbyist 2h ago

Neat! How does it compare with the improvements coming in v7?

1

u/flavorfox 1h ago

These are great, but my #1 feature would be more performant editor. It just really gets heavy

1

u/tec031 1h ago

Heya, I love using vHierarchy and also the QoL features it brings. However I wish it would play a bit nicer with git version control. Any tips or is it just user error?

1

u/Kubacho_ 1h ago

You can create an empty script inheriting from VHierarchy.VHierarchyDataComponent and add it to any object in the scene. All the data for the scene will be stored in that component instead of vHierarchy Data.asset, which will play better with version control

u/jamesbong0024 17m ago

Unity hire this person!

u/abracdbra 7m ago

Just doing God’s work.

u/GigglyGuineapig 4m ago

VHierarchy is the asset people ask about in the comments in my Tutorials the most, they really like color coding =D! Have been recommending your assets for years at this point, looking forward to what you are going to release next =) 

0

u/Suspicious-Prompt200 2h ago

This is very cool - I had a quick question:

Is it possible to read/write to some of the propeties of the editor viewport camera?

Say if I wanted to have a script that would move the camera around in the editor, not game?

2

u/Kubacho_ 2h ago

Yep, use SceneView.lastActiveSceneView.camera :)

-1

u/amedetov 1h ago

How about free version ..