How do I only load the objects within view?

0 favourites
  • 2 posts
From the Asset Store
Top-down cars vector illustrations in 12 different colors.
  • I am trying to create a endless topdown world, so I need a way to conserve memory / CPU so frames don't plummet on small and old devices. any advice or examples would be appreciated thanks.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi.

    -You need to check the environment around the hero and if there are no enemies in the desired radius, you can disable the group where the enemy behavior is is CPU optimization.

    -It is desirable to break the world into biomes and when approaching the player to this biome we load the necessary graphics, after leaving the player from this biome we can unload unnecessary graphics from memory.

    In general, this is a very time-consuming process of planning and implementation, which does not pay off the game experience of the player, it does not give a big boost of player retention.

    It is much more rational to use caves and teleports to jump between layouts.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)