And how to make a stream into a gameobject?We use what to convert them?
How to convert between data stream and
unity’s
resources(picture,sound,object,scene,etc)?
And how to make a stream into a gameobject?We use what to convert them?
How to convert between data stream and
unity’s
resources(picture,sound,object,scene,etc)?
Well, as per my previous answer to this question, it depends on why you are doing the serialization! Depending on the target application, you could either use NetworkViews, the WWW class, or straight C# serialization. If you provide more details about what you are trying to do here, I can help you more!