Hi,
How can make one a dlc for his game.
can you do this with unity packages ? , then let the user download this as dlc , first let the user update the game to support the dlc , and how to import that dlc in the gazme ?
Hi,
How can make one a dlc for his game.
can you do this with unity packages ? , then let the user download this as dlc , first let the user update the game to support the dlc , and how to import that dlc in the gazme ?
Unity packages are for use in the editor, not at runtime. For downloading assets to use at runtime you’ll want to look into AssetBundles.