+2 votes

If I use a bunch of individual images, do they combined into a texture atlas on export or will I have to do that myself?

in Engine by (291 points)

2 Answers

+3 votes
Best answer
  1. open Export > Image Groups.
  2. make a name in Groups and click plus button.
  3. select images you want to make atlas.
  4. Turn on the atlas at left down corner.

you can see how atlas will be made by clicking preview atlas button
and this atlas will be made on every export.

by (9,794 points)
selected by

How can we know if that atlas is used when running the game?
Because in the editor, if I open the Debugger and check the texture size based on resources, it shows around 7MB, and it shows individual images in the project.
If I run the game and open the performance, it shows the texture memory around the same 7MB.
The draw calls for 2d shows 0 everytime.
I think we need a runtime stats like those in Unity including a frame debugger.

0 votes
by (1,939 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.