When comparing Buildbox vs uScript + Unity3D, the Slant community recommends Buildbox for most people. In the question“What are the best 2D game engines?” Buildbox is ranked 51st while uScript + Unity3D is ranked 97th. The most important reason people chose Buildbox is:
Drag - and - drop editor without writing any line of code.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Drag - and - drop editor
Drag - and - drop editor without writing any line of code.
Pro Easy to learn
Buildbox is a drag and drop engine, making it easy for beginners to pick up. There are many tutorials available to help get you started.
Pro Has many game templates
Buildbox has 20+ different game templates including templates for platformers, racing games and Flappy Bird clones.
Pro Built-in support for ads
You can add banner and interstitial ads from multiple ad networks, including AdMob, RevMob, Facebook. They can work with Amazon's, Microsoft's, Google's and Apple's app stores.
Pro Develop once publish everywhere
Exporting iOS/Android/macOS/Windows/Steam/Amazon
Pro Cross-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 Incredibly Expensive
$99/mo for full functionality probably makes this the least accessible piece of game development software in regards to price, all with a very limiting feature set.
Con You are restricted by it's limitations
For example, you can only make certain kind of games.
Con Not very powerful
You will be limited to using templates to build games.
Con Subscription Model
The two more reasonable price points limit the functionality of a software already far less powerful than many more cost effective alternatives.
Con Very expensive
Buildbox has a 15-day trial version, after that a $2675 license to use it must be bought.
Con Stability Issues
The software has stability issues on Windows, with the preview window causing program crashes when simple functionality is added.
Con Not that easy to use
It's a lot more complicated compared to something like Playmaker. Same tasks take a lot more time.