About UNSAFE CODE

Hi Everyone,

I am integrating UNITY and C# to develope an interactive system. I am facing a trouble.

I do not know how to let UNITY to read data from a specific memory address which contains

data written by a C# program. Could everyone give me guidance to overcome this problem?

Thanks a lot!

Best Regards youngyoung

Searched a bit online and read this:

Unity Pro supports unsafe code in all its various guises. Unsafe code does not work with the web player due to security reasons.


So you should be able to use unsafe code if you have pro, and aren’t making a webplayer build.