When comparing Stencyl vs uScript + Unity3D, the Slant community recommends Stencyl for most people. In the question“What are the best 2D game engines?” Stencyl is ranked 11th while uScript + Unity3D is ranked 97th. The most important reason people chose Stencyl is:
Power users can also write code in Haxe (similar to Actionscript 3) to create their own custom classes and extend the engine.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Haxe scripting available for advanced users
Power users can also write code in Haxe (similar to Actionscript 3) to create their own custom classes and extend the engine.
Pro No coding required, great drag & drop interface
Visual scripting in Stencyl is based on the MIT Scratch project, which was designed to teach programming. Script elements fit together like puzzle pieces, ensuring that data and function types cannot be mismatched.
Pro Cross-Platform
Publish iOS, Android, Flash, Windows and Mac games without code.
Pro It's a NO-CODE Program, you can add logic without code
Pro The original concept for Ghost Song was created using Stencyl
The original concept for Ghost Song was created using Stencyl 3.x
Pro Great performance on every platform
Stencyl exports your games to native code so they have great performance on every platform.
Pro Automatically generates nodes for third-party script assets
uScript's nodes are a visual representation of actual code blocks, and it takes advantage of C#'s reflection capabilities to automatically create nodes for any scripts it finds in your project, regardless of the source. This makes it inherently compatible with pretty much everything.
Custom nodes can also be created by hand, for cases where the automatically created ones contain more elements than they actually need.
Pro Versatile flow diagram script model
Modeled after UDK's Kismet (the predecessor to UE4's Blueprint), uScript's scripts resemble flowcharts where each box represents a function or value, with connections between them representing program flow. This provides a better at-a-glance indication of game logic than a simple list of events, and makes complex behaviors easier to accomplish.
Pro Generates C# source code
Nodes are translated directly to C# files in your project. This is great for learning to code, and also for advanced users who can use uScript for fast prototyping and then further optimize the scripts if necessary.
Cons
Con Not a powerful engine
Should be used for basic games only.
Con Only available via subscription
There should be an option to buy it outright, especially considering it is written by a one man team....this is not exactly an Adobe level enterprise with shareholders, so there is no excuse!
Con Slow release cycle
Con Updated
It needs much to improve for mobile games, it was left in the era of Flash games. In Android you can not even put the native keyboard, you can not access things like native camera, GPS or native text input.
Con Tile system is somewhat inflexible
Con Not that easy to use
It's a lot more complicated compared to something like Playmaker. Same tasks take a lot more time.