Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: ahobbit on August 11, 2016, 06:16:05 AM

Title: An idea for comprehensive Visual Scripting
Post by: ahobbit on August 11, 2016, 06:16:05 AM
I read in a forum post on Unity's website that you were considering creating a more general-purpose Visual Scripting tool for Unity.

How about implementing a Visual Scripting tool similar to the one described in James Martin's book "System Design from Provably Correct Constructs (https://www.amazon.com/System-Design-Provably-Correct-Constructs/dp/B002G6P2FY)"? Since then the technology has been updated and is now part of what is called a "Universal Systems Language (https://en.wikipedia.org/wiki/Universal_Systems_Language)".

This approach has the following advantages:
Title: Re: An idea for comprehensive Visual Scripting
Post by: jeanfabre on August 11, 2016, 11:06:21 AM
Hi,

 In theory, in a perfect world, yes :)

Going down this road would require that Unity embraces the same approach, the problem being that adopting this kind of strategy MUST be done up front and very early. In fact it has to be in the specification before starting anything. And that is something to be done inside Unity. PlayMaker is only a third party plugin and must bridge somehow with the regular scripting environment setup by Unity to develop and work with the features provided by Unity.

The other problem would be compatibility between other third party plugins, for the very same reason that creating such visual design framework would mean very little to no room for conventional programming apis.

 
Bye,

 Jean