- Home /
In search of a gradient editor tool..
Does anyone have a Editor extension like the Gradient tool for the Shuriken Particle System? http://unity3d.com/support/documentation/Manual/Particle%20System%20Gradient%20Editor.html
Or any advice on how to build one myself? :) A custom Editor script for any Gradient class would be no problem.. But it would have to show in every non-custom-editor class where i use the gradient property. I have no Idea how to do that.
Thanks alot!
I'm reading through the forums about this right now. It could be possible with a custom EditorWindow, where I handle the Gradient properties and display them. But is there a way I can pass object references between an Inspector Field and an Editor Window? Similar to OnSelectionChange() but for properties in the Inspector?
Your answer
Follow this Question
Related Questions
How can I use a GUIStyle in a Custom Editor which is set within that Custom Editor? 1 Answer
Color Palette Editor Window 1 Answer
Edit an object in isolation quickly, as in the new Prefab Mode 0 Answers
Invert DrawLine direction in editor Window. 1 Answer
EditorWindow not working when defined in .net/mono Assembly. 2 Answers