building multiple apps from one project?

Hello, I make language learning apps and was thinking about switching over to Unity. I’m wondering if it’s possible to have one project that can be scripted easily to build multiple apps (each being a different language) from one project. For example, having one project with all my audio files, text, etc and building 10+ different apps each using different audio, text, etc.

Are they actually different apps, or just localizations of the same app?

You could easily build functionally different apps from the same project just by separating the content of the different apps into different scenes, and when you go to create your build you only include the scenes you want to use in that build.

Or asset bundles. One asset bundle for each language would be ideal. Then the user just downloads the languages they are interested in.

1 Like