- Home /
This question was
closed Dec 09, 2014 at 08:46 AM by
devil304 for the following reason:
Other
How read memory stream in other app?
I want encode image to bytes and stream it to memory using MemoryStream next I want read this stream in another app. It's possible? How do this?
Comment
You want to transfer a memory stream from one device to another? As far as i know a memory stream cannot be transferred like so. $$anonymous$$emory streams work locally on one device only. What you need is a file stream or send the data via RPC.
Follow this Question
Related Questions
Transfer values from one script to another 1 Answer
Create AudioSource from wave in memory 0 Answers
Can i use ReadAllBytes instead of GetPixels? 1 Answer
Accessing variable from another script 1 Answer
Unity multibyte support? 2 Answers