Alpha SDK Limitations

We're committed to making 3ds Max Interactive the easiest real-time, VR-ready interactive engine to use and to extend, so this plug-in SDK is a big part of our future plans.

We know it's not perfect yet -- we've been calling this our "alpha" release for the SDK.

This page describes a few of the SDK's current limitations. Don't let any of this scare you away from getting started -- we just want to let you know that we're aware of these things and we intend to make them better as we go on.

API versioning and compatibility across releases

We're still finding it necessary to change our APIs here and there between releases. Although we have some mechanisms in place that should make it possible for newer versions of the engine and editor to keep supporting older plug-ins even when the APIs change, we haven't yet committed to a "final" official first version of our APIs. Things may continue to change a little before we reach that point.

For now, there's no guarantee that a plug-in you write for this version of will continue to work 100% when used with the next version.

Dependency management

Along the same lines as above, a plug-in may have certain dependencies in order to function. It may require a specific version of the engine or editor, it may require a specific version of some different plug-in to be installed and available, it may only work on certain platforms, etc.

We propose a way for your plug-in to tell the editor and engine about these dependencies in its .stingray_plugin file. However, the editor currently only validates that the base Stingray app meets the version required by the plug-in. It does not validate the platform or the presence other plug-ins.

Windows only

The standalone plug-ins that you make with this SDK currently only work on Windows platforms. Mobile (iOS and Android) and consoles (PlayStation 4 and Xbox One) don't work yet.

Distribution and installation workarounds

The overall process of developing, distributing, installing and deploying plug-ins isn't totally smooth yet. There are a few "gotchas", described in the Distribute and Install a Plug-in page, that may require the people using your plug-in to take some steps that should be automated. Make sure that you read this section carefully, try out the whole process of installing your plug-in into a clean version of 3ds Max Interactive and deploying a project with it, and communicate any requirements to your plug-in users.