I am a newbee to Editor.I am trying to open a new editor dialog.I created a new folder called Editor and placed a C# script within it.It seems the C# script won’t execute. It won’t enter within the editor…
Adding “urgent” to the topic of every single topic you post will not get you help any faster. Neither will having a name like “8888888” and typing your posts as if you have somewhere better to be. Pretty rude, actually. You clearly think your time is far more important than ours, which is not a good attitude if you’re looking for us to help you.
Thanks for saying what I’ve been thinking about posting for a couple weeks now
88888888 (is that enough 8s?), nobody here feels inclined to help someone that just posts some quickie question that involves little to no context. This community only works if people give as much as they take. I am positive that people around here will be much more willing to give you some meaningful feedback once you start actually engaging the community here a little bit more.
Ethan
Your scripts need to derive from an editor class such as ScriptableObject or EditorWindow in order to be able to run in the editor at all. If you could spare a bit more of that golden time of yours and explain in detail what you have done to try to get this working, I could perhaps be of more assistance.