- Home /
Custom Editor: InspectorGUI showing sprite variables,Lists,transform variables,...
so currently my inspectorGUI shows nothing this is what I want except for a few variables but i can't find a way how to put -Sprite variables -transform variables -Lists -SpriteRenderers there any help is welcome
This question is too unspecific. I could write another post like this just on custom editors. Have you watched any tutorials on custom inspectors?
There are many tutorials out there. Like this one.
UnityAnswers is ment for short and clear questions that can be answered directly.
You can actually create different kinds of inspectors. It can either be able to edit multiple objects or just one object at a time. We have no idea how much experience you have with editor coding, Unity's serialization system and program$$anonymous$$g in general. If we start explaining things from the very beginning it would take several pages. We don't do the work for you. You should first inform yourself on the topic, try how far you get and when you hit concrete problem that you can't solve, ask a question.
Asking how things work in general asks for complete tutorials which UnityAnswer isn't ment for. Also some things you've mentioned (especially "Lists / arrays") can be a bit tricky to handle.