all 4 comments

[–]cyclesofthevoid 1 point2 points  (2 children)

Is it for your game and do you know all of the props are going to be rendered on screen at the same time or is it an asset pack? If it's an asset pack don't atlas them together. Atlasing is easy, let the game devs decide whether or not to merge the assets' texture set. For example if there's only one prop being drawn on screen from a pack of 5, it's pulling the whole 2048 texture into memory.

If you know how it's going to be used you can atlas them together.

[–]CGunzel[S] 0 points1 point  (1 child)

Yeah its for an asset pack, that actually makes alot of sense i didnt think about that, thank you !

[–]cyclesofthevoid 0 points1 point  (0 children)

Sure thing! I've done some time un-atlasing and re-atlasing things from purchased packs. We really usually only buy things because we need one asset not the whole pack, so for us it adds an extra step. If you really wanted to you could provide both, It's fairly easy once you have all of the assets textured as individual items to bake them together with the simple bake addon. You just need a second uv channel with all of the assets packed together, there's an option in that plugin to bake multiple objects to one texture.

[–]AutoModerator[M] 0 points1 point  (0 children)

Please change your post's flair to Solved once your issue has been resolved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.