Are we going to get Third Party API Support? What would the scope of Third Party API Support be like for Editor/Game Engine?

I am hopeful that there would be sufficient support that enables me to replace the script engine with either Mono Runtime or CoreCLR so people like me could use C# to expand the game engine capability.

Simplify scripting with the use of Intellisense and better documentation especially if the C# scripting framework for the editor is open source.

Expand game capability massively such as supporting more than 6 people across multiple sessions. (You could do it by creating secondary TCP connection to a Linode server to act as a mediator for multiple game sessions and have each game session interacts with each others.)