I want to change the sprite of a gameobject of another scene , its a simple customization sytem but it only works in unity runtime not in build
You can pass variables (GameObjects) to different scenes. There are few ways to do it. You can use DontDestroyOnLoad() for example . And when you load that scene, just look for those GameObjects and do whatever you need to do in your newly loaded scene