We have a requirement where a user can customize games like change/upload game assets and change their positions on the screen at runtime (not in the editor). When the changes happen, the game preview panel should display the latest changes that happened in the game.
Though we are thinking the data.js or other files can be read and changed. But, how it is done we have no idea.
Is there any kind of API or SDK for this to do where we can integrate? Can you please give a brief on how the game assets can be customized during runtime?