this post was submitted on 04 Jan 2024
11 points (100.0% liked)

Game Development

2814 readers
2 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

Do you have all your assets in a single .blend file for your game? Or do you have multiple .blend files, one per asset?

If you store all/most assets in a single .blend file, what blender features do you use to make sure you don't accidentally alter an unrelated asset while making changes to one asset?

you are viewing a single comment's thread
view the rest of the comments
[–] SheeEttin@programming.dev 11 points 9 months ago

A single blend per game? Good lord, no! That would be enormous! One per asset.

Level designers will stretch the definition of "asset" and put the scene model parts together, but I think that's okay. It's annoying when I'm in the engine editor and all the pieces have their origin at (0,0,0) regardless of where they actually are, but it doesn't actually hurt anything.