I would love to allow players to build there own maps for my Unity game. In Ark survival gamers are allowed to create there own maps in Unreal Engine.
Is there an equal way for doing the same in the Unity?
I would love to allow players to build there own maps for my Unity game. In Ark survival gamers are allowed to create there own maps in Unreal Engine.
Is there an equal way for doing the same in the Unity?
Sure, Unity Asset Bundles allows you to create content which can then be loaded by the clients.
https://unity3d.com/learn/tutorials/topics/scripting/assetbundles-and-assetbundle-manager
It's exactly one of the problems asset bundles are meant to solve (among other things)