Saving runtime-instantiated Prefabs via Addressables
A very common and hard to solve problem is saving Objects that were spawned at runtime.I.e. Bullets which the player spawned. Addressables are one way to solve that. Unity-Adressables is a package which you can download from the Package-Manager and…