Stride vs PlayCanvas
When comparing Stride vs PlayCanvas, the Slant community recommends Stride for most people. In the question“What are the best 3D game engines?” Stride is ranked 5th while PlayCanvas is ranked 16th. The most important reason people chose Stride is:
Looking nearly as good as Unreal Engine 4, but rendering significantly faster.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Good looking and fast
Looking nearly as good as Unreal Engine 4, but rendering significantly faster.
Pro No royalties or licensing fees
Pro Projects are normal Visual Studio solutions
No proprietary project format, so it works with all the official .NET tooling.
Pro Supports Visual Studio
Pro Very modern render engine
Pro Powerful 3D Rendering Engine
Supports Vulkan. You can achieve good quality as in Unity3d and Unreal Engine
Pro Straightforward editor
Stride provides a simple and clean working environment for designing games.
Pro Community seems friendly and is growing
Pro Engine AND Scripting are both C#
Since the engine is written in the same language as the scripting, there is no weird mix of technologies as other engines have.
Pro Supports Vulkan
Currently the only well known open-source game engine that supports Vulkan, and probably one of the only.
Pro Easy to learn and use C#
Pro Multiple Starter Templates
The engine comes packed with multiole example projects to help you get started.
Pro Real-time collaborative online editor tool
PlayCanvas has an online editor that lets you build scenes and work with other people in your team in real-time. This is all done through the web browser without having to install any additional software.
Pro Powerful assets pipeline
Assets and content delivery is very different on a web platform comparing to native. So PlayCanvas challenges best practices to allow developers decide how their content is delivered and in what form.
Async Assets download allows developers to load content as the app goes, instead of asking to download all assets in advance risking users to simply navigate away while staring at loading screens.
Formats for 3D models and textures support covers all the popular tools. And the workflow is as simple as dragging and dropping your files right into the Assets Panel. The cloud will do the rest of the hard work optimizing and converting your files into runtime-friendly and compressed data.
Pro Rendering engine runs on the browser
Has an advanced WebGL renderer that runs in the browser.
Pro Avoids having to download lots of textures for lightmaps
Lightmaps are an efficient way to deliver lighting to your scenes for a long time. But they come with the cost of large textures. PlayCanvas offers a unique solution for a web platform, it renders lightmaps when an app is loading in runtime.
This is faster than downloading MBs of textures. And it's much more convenient: simply switch your light sources to bake, and static models to be lightmapped, and the engine will do the rest.
Pro Friendly and active community
PlayCanvas has Feed as homepage for registered users, listing Dev Logs of other developers. This allows to socialize with other developers like yourself in a twitter-like environment.
More to that, there is also an active forum, where developers help each other to solve their challenges.
Developers of PlayCanvas itself are always looking forward to chat and help the community with any problems that may arise.
Pro Integrated physics engine
PlayCanvas lets users integrate physics in their game rather easily, using the powerful Bullet Physics Engine (ammo.js). Should also be noted that the physics engine is delivered as an optional library, so by default being disabled it does not add any extra download size to your apps.
Pro Has a free tier
Engine is free for projects under 200MB and with no more than 2 people on a team. The free tier has no engine restrictions.
Tools are totally free too. There are no special limiting features behind any paywalls, and free users have all the features as paid users.
There are no royalties associated with publishing your apps and games - you've made them, you own them.
It is free to publish to playcanvas.com as well, just by one click in Editor.
Pro Cross-platform support
PlayCanvas lets you build games that run in mobile, desktop browsers, and native mobile apps. PlayCanvas can even make games that can run inside mobile social media and instant messenger clients like Twitter and WhatsApp.
Pro Small app size
The engine itself weighs just under 150Kb, and it's always challenged to stay small. There is no extra weight that has to be carried with your app, just your assets and scripts in a runtime-friendly compressed form.
This allows users to engage with your content in matter of seconds, and even just under a second on a good connection.
Pro Open source
PlayCanvas is fully open source and is under active development.
Pro Very easy to use
Pro Loads extremely fast
Pro Has hot code reloading
Real-time link between your launched app and the editor allows the developer to preview and play with their scene without needing to refresh the game after every change in the code to see the updated result.
Cons
Con No terrain editor
Unless you like working on planes, there is no terrain support.
Con Editor is Windows only
Since version 1.7, Linux can be targeted for runtime. The editor for the engine is available only to Windows though.
Con Small user community
Unity and UE have a vast amount of user community.
Con Does not currently support Playstation or Switch games
Con Iteration may be slower than with other engines due to longer "build" times when certain changes are made
Con Shader system require's overhaul
Shader's are not easy to get to grips with and Stride's shader system. Needs overhauling for easier use.
Con Private projects are only available for premium users
The free tier does not support any private projects. Instead, all the code and assets will be hosted openly. While not a problem for open source games and for developers who intend to make an open source game, it can be a deal-breaker for teams who want to keep their code and assets private.