Unity SDK

Hi all!

I was wondering if Unity has a SDK. I would like to develop a plugin for Unity, I mean a plugin for the software, not for apps/games created with (I’m not mixing up with the scripting thing).

I would basically like to have access in C# to the scene window so I can control rotations/translations.

Thanks!

What you’re looking for is Unity’s Editor API

Try this:
http://unity3d.com/support/resources/unite-presentations/using-the-unity-editor-apis

Thank you anomalous_underdog for your quick reply. It seems however that the Editor API is not avalaible for download am I correct ? If not where can I find it ?

Thanks again.

It’s not something you download, it’s part of Unity.

–Eric