Serialize Scriptable Object

Options
Hey Guys,
I have a problem that i want to send an rpc with a scriptable object parameter and i can't use Resources.load cuz it takes a long time to do it in my case so i hope guys that u have some kind of way to fix ,
Best Regard

Answers

  • jeanfabre
    Options
    Hi,

    you can't pass assets across the network easily, I would pass the parameters necessary to update the same scriptable object on other players instead.

    what is your scriptable asset that it make resources load so long?

    Bye,

    Jean