Extending the editor

Extending the editor

Anonymous
Not applicable
1,021 Views
7 Replies
Message 1 of 8

Extending the editor

Anonymous
Not applicable

Hi. At the moment, the only way to extend the editor is by changing the source code. I can't find any documentation on how to go about doing that and, having noodled about in the source code, it's somewhat opaque in its operation. Are there any resources on how to go about doing this?

Reply
Reply
0 Likes
Accepted solutions (1)
1,022 Views
7 Replies
Replies (7)
Message 2 of 8

dan.matlack
Alumni
Alumni
Hello,

Do you have access to the source code or are you just looking at the editor lua core scripts? What type of extending to the editor are you looking to do?
______________________________________
Dan Matlack
Senior Content Manager || Games Solutions
Autodesk, Inc.
Reply
Reply
0 Likes
Message 3 of 8

Anonymous
Not applicable

Hi there,

 

We have access to the source code (for evaluation, at the moment). We'd be looking to add items to the main menu, add buttons and tweak values to the existing panels, add new panels of our own, and probably add new editing functionality to the scene view. So, fairly extensive modifications.

 

Thanks.

 

Kev

Reply
Reply
0 Likes
Message 4 of 8

dan.matlack
Alumni
Alumni
Hey Kev,

I will reach out to the tools team and see if I can get you some assistance here. Usually, modifying the editor would be something we would not publish public help info about. 🙂 however, you are more than welcome to do so as a source customer. Hang tight and I'll get someone to respond here. Thanks!
______________________________________
Dan Matlack
Senior Content Manager || Games Solutions
Autodesk, Inc.
Reply
Reply
0 Likes
Message 5 of 8

dan.matlack
Alumni
Alumni

An initial response I have for you is that we currently do not have any support in place for changing or extending editor code in source. So, while you are of course able to modify, the tools team feels it may lead to issues when merging back into updates or future editor versions. If you go ahead and decide to extend, please feel free to post specific questions with any issues you may have here and we will do our best to get you the help you need on those specific issues.

 

Info on extending from source:

 

https://git.autodesk.com/gameware/stingray-engine/blob/develop/docs/source/developer/editor/editor_a...

https://git.autodesk.com/gameware/stingray-engine/blob/develop/docs/source/developer/editor/Tools-Fo...

 

______________________________________
Dan Matlack
Senior Content Manager || Games Solutions
Autodesk, Inc.
Reply
Reply
0 Likes
Message 6 of 8

Anonymous
Not applicable

Unfortunately, neither of those links are accessible (DNS lookup). Will try again later to see if it's something temporary.

Reply
Reply
0 Likes
Message 7 of 8

dan.matlack
Alumni
Alumni
Accepted solution
Sorry about that! Please try these:

https://github.com/AutodeskGames/stingray-public-platforms/blob/develop/docs/source/developer/editor...
https://github.com/AutodeskGames/stingray-public-platforms/blob/develop/docs/source/developer/editor...
______________________________________
Dan Matlack
Senior Content Manager || Games Solutions
Autodesk, Inc.
Reply
Reply
0 Likes
Message 8 of 8

Anonymous
Not applicable

Thanks, they work.

Reply
Reply
0 Likes