Explore our store and support our creators
EasyIsometric behavior helps creating an “isometric” perspective with 2D assets.
EasyIsometric behavior addon for Construct 2 and Construct 3
It's a Construct behavior that manages Z order of objects (e.g. sprites) based on their Y coordinate. It helps creating an “isometric” perspective with 2D assets by making an impression of third dimension (sometimes called “2.5D”)
It is an excellent solution for many games like:
and more.
It’s really simple. Just add the behavior to every object that you want to be automatically swapping its Z order. The EasyIsometric will do the rest.
If needed, you can set the object’s type as ‘Static’ which is recommended for objects that are not intended to change their position, like buildings, walls, plants etc. This will additionally improve the performance.
Moreover, you can set Z order based not only on the Origin Point, but Image Points too. This is very handy in some cases; mostly complex structures or in-air objects like bullets and flying creatures.
Most of all with sprites, as this is a type of object you would like to swap Z order to achieve desired effect. Nevertheless it works with any graphical objects, including Tiled Background, Text etc.
In most cases the impact on performance is much lower in comparison to other available solutions. Most of all, it works much better with static objects.
Most plugins or manual codes set Z order using a loop that verifies the Y coordinate for every object on each tick, regardless if the object needs to change Z order or not.
EasyIsometric behavior manipulates Z order only for objects that changed their Y position.
Moreover, if the object is set as Static, it’s Y coordinate is not verified at all, so there are less calculations to be processed.
Join our Discord server via support link.
Buy with us and we will refund 100% of the cost of the asset if it's non-functional or not as described and the author doesn't fix the issue for you in a timely manner.
Feels like something that should've been built-in to C3. Makes it brain-dead simple to figure out Z-ordering / Y-sorting and don't have to worry about much impact to your game.
The creator and team behind the product is excellent and the product does what it says. However, it's only useful for a very specific, simple 2D isometric games.
Finally a solution to the endless search for a solution. Works great !! :)
A true marvel... better performance in general than any isometric system you can create and simpler... it saves you a lot of time. Easy to use and implement.
Keep in that way.
I hope you create more add ons as useful as this one in the future.
I had it working within five minutes. Very easy to use.