This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hello!

I'm working on a basic 2D metroidvania. It's my first non-tutorial project, so I have the scope set to be small. Small as in, by December I want basic run-and-gun mechanics to work, have a few levels, and a boss.

I wanted to know if there are any concerns I should be aware of by simply teleporting the player within the same scene instead of making each scene be a separate level.

I tried making a portal between scenes and I ran into issues with the player facing the wrong direction, and the mouse-to-point-and-shoot bullet spawn point being translated from the player position. That's what led me to just say screw it and keep everything in scene 1.

My first thought is making all the levels in the same scene might be resource hungry, but I don't really have a good measure for what resource hungry looks like.

I googled around a bit and didn't see this issue addressed yet.

Thanks!

Tyler

in Engine by (17 points)

1 Answer

0 votes

Resource hungry game is a pain in the neck of every gamedev. You should try to keep your game as light as possible for a widespread audience. Also a long loading time is hated by everyone. People will be ready to wait to play big games like gta5 but they won't wait for a 2d game to load up.

Try to split your game in as many levels as you can otherwise you will lose audience and will face degraded performance.

One more reason to split levels is also because having everything in one scene will make it difficult to track everything.

by (50 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.