Unity Debugging Tip - Speed Up Development Process

preview_player
Показать описание
Master Unreal Engine And Get Hired In A Game Studio

Master Unity And Get Hired In A Game Studio
Рекомендации по теме
Комментарии
Автор

Very nice, lot simpler than writing new class for custom editor

humman
Автор

i have an editor that automatically does the menu using contextmenu. also, is better to use nameof() inside the contextmenu

christophbornhardt
Автор

I prefer using TriInspector's [Button] attribute. it's like Odin, but simplified and free (open source)

saeedbarari
Автор

You must be careful, that can also serialize the data if you run it in edit mode

MathsPlusGames
Автор

You can write custom editor script and make an inspector button

davidsedrakyan
Автор

problem is if your game isnt running, you have no data to save. even if its saved, you cant know if they work or not if the game really running.

narf