Тёмный

Find HIDDEN Missing Scripts In Unity 

Warped Imagination
Подписаться 6 тыс.
Просмотров 1,7 тыс.
50% 1

Опубликовано:

 

19 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@MalbersAnimations
@MalbersAnimations 3 месяца назад
Love everything about this
@WarpedImagination
@WarpedImagination 3 месяца назад
Hope it helps
@soloqubit
@soloqubit 8 месяцев назад
Nice fix. Being a solo dev, I've never thought about hiding anything. In the event that I expand, this will be very helpful. As such, it modifies previous tools in my toolkit. Thank you!
@WarpedImagination
@WarpedImagination 8 месяцев назад
Good stuff!
@arturnikiforov3674
@arturnikiforov3674 7 месяцев назад
Thanks for the great video. This actually inspired me to take a look at missing references for UnityEvents. Spent a couple of days fighting with UnityEvent class and reflections. Got some results, but unfortunately still not perfect. My script still doesn't work for overloaded methods :).
@WarpedImagination
@WarpedImagination 7 месяцев назад
Oh interesting they certainly are annoying .. I haven't yet created a tool for that, but it certainly would be useful
@arturnikiforov3674
@arturnikiforov3674 7 месяцев назад
@@WarpedImagination Will be waiting for the video :) . Because at the moment I bumped into two different issues: - One with overloaded methods. When I check only for the method name in the object without specific parameters, then my script won't tell me that the assigned method is missing just because there is another overloaded method with the same name - The second problem is when I check the method with parameter types :D. Because UnityEvent is quite tricky. You are allowed to assign methods with different parameter types as static methods in the inspector. For example, if I have UnityEvent, it is still absolutely valid to assign something like public void OnRunMethod(Sprite image). And then my script is searching for method with Int32 type instead of checking for a Sprite :D. Yeah, so far wasn't able to find the right solution. So, definitely will be waiting for your tool :).
@WarpedImagination
@WarpedImagination 7 месяцев назад
@@arturnikiforov3674I will be doing some scene wide validation tools on my new title as it moves from vertical slice to production in the next couple of months .. I always end up adding some functionality to my base setup whenever I do it .. the problem you describe sounds like a fun one to tackle
@pcr-360training4
@pcr-360training4 8 месяцев назад
i love you tutorials, i have learned a lot from them and started using some of the ideas in my own path to building a game.. i was hoping you could do one on a tool that can be toggled on/off with a hotkey that gives a numeric measure in the units of the game for x, y, z as well as an option for a visual indicator like a tick stick or measuring tape to help with prototyping rough areas. i want my game to have true to life tree heights, buildings, animal sizes, etc and a way to get feed back on those kind of things quickly visually would be helpful for me. i know you can just look at the transform, but translating numbers to the space this object would actually take up isn't always intuitive for me. it would also help for measuring rough terraing heights too to see the terrain compared to the " "measuring stick"
@WarpedImagination
@WarpedImagination 8 месяцев назад
I do have a measuring tool in my toolset but its a simple one where you select two transforms, press a menu item and it spits out the distance between them .. extremely basic and simple to code up. However a proper measuring tool would be a fun tool to create in a longer form video so I will add it to my list. In the meantime a simple solution (off the top of my head) if you need one right now is a component that has two positional handles feeding a couple of Vector3 on the component, then use the handle drawing for line and label to visually show the distance. You could even use the hideflags.dontsave to make the measuring tape temporary. Extending this would be to have a hotkey that creates the gameobject and waits for the first mouse press which raycasts in the scene view to find the starting point then you show a line going from that point to where the mouse pointer is. Either raycast into the scene for the next point or use the plane from the normal of the first raycast. Next mouse press sets the next point. Obviously you dont need a gameobject unless you want to keep the measurement around .. I am sure once I started building it I could make it more concrete and temp.
@pcr-360training4
@pcr-360training4 8 месяцев назад
Excited to see what you come up with@@WarpedImagination
@sealsharp
@sealsharp 8 месяцев назад
Sweet as always!
@sealsharp
@sealsharp 8 месяцев назад
You're a 💎
@WarpedImagination
@WarpedImagination 8 месяцев назад
Thank you! Cheers!
@yonatanabergel
@yonatanabergel 8 месяцев назад
if you want to double your viewers and x10000 your subscribers, keep the music from the beginning of the video to the video, it's great and fits the vibe
@WarpedImagination
@WarpedImagination 8 месяцев назад
Maybe its my lack of sleep but you lost me .. are you saying to just keep playing the music?
@casteillet
@casteillet 8 дней назад
Should we add the HideFlags.HideAndDontSave in the bool isHidden too ? If yes, for the show hidden scripts part do I need to remove the HideInHierarchy and HideAndDontSave at the same time ? I've also added validate for every function, I saw it was triggered only once so I think it's not too expensive, it was a wrong idea ? Thanks for this really cool vid, I've just finished my marathon of watching all your videos. That's some awesome ressources.
@Inquicidor
@Inquicidor 8 месяцев назад
wooo this is magic thanks to help magicman :D
@WarpedImagination
@WarpedImagination 8 месяцев назад
And for my next trick maybe something with a rabbit!
@LordCritish
@LordCritish 4 месяца назад
Where can we find the script? Or are we supposed to type it in from your video?
@WarpedImagination
@WarpedImagination 4 месяца назад
I might get a public GitHub in the future but for now copy and modify into your own tools setup
@raymk
@raymk 8 месяцев назад
I didn't know there's HideFlag 👀
@WarpedImagination
@WarpedImagination 8 месяцев назад
It's a helpful and possibly problematic little feature
@martin-schoen
@martin-schoen 8 месяцев назад
Cool
@WarpedImagination
@WarpedImagination 8 месяцев назад
Glad you liked it
@rofinatheirin9929
@rofinatheirin9929 7 месяцев назад
I don't have [Tools] on my bar...sigh I am so out of touch. I haven't used Unity in literal YEARS, and I just downloaded the latest version lol
@WarpedImagination
@WarpedImagination 7 месяцев назад
It's just like riding a bike, you'll be all good
@MarekNijaki
@MarekNijaki 8 месяцев назад
Up
@WarpedImagination
@WarpedImagination 8 месяцев назад
Up
Далее
OPTIMIZE Unity Tools
3:34
Просмотров 1,3 тыс.
Next LEVEL Unity Hierarchy
15:42
Просмотров 3,1 тыс.
Ромарио стал Ромой
00:46
Просмотров 56 тыс.
연준 (YEONJUN) ‘GGUM’ Official MV
02:44
Просмотров 3,2 млн
Never Release a Broken Unity Game Again
5:24
Просмотров 2,4 тыс.
No More Broken Scenes In Unity
5:08
Просмотров 1,1 тыс.
Advanced Asset Creation In Unity
6:40
Просмотров 2,1 тыс.
What 100 Days of Game Development Looks Like
22:24
Просмотров 68 тыс.
Advanced Game Object Creation In Unity
6:14
Просмотров 2,7 тыс.
You Need To Know These Unity Tips!
8:50
Просмотров 27 тыс.
THE NEW UNITY STARTER ASSETS ARE NOT FOR BEGINNERS
6:39
Bypass Unity Hierarchy Restrictions
4:42
Просмотров 1,5 тыс.
Ромарио стал Ромой
00:46
Просмотров 56 тыс.