nuvention-web / ShareVR

ShareVR
http://sharevr.io/
4 stars 0 forks source link

[Unity] Seal Our API into Native DLL #39

Open chenchen2015 opened 7 years ago

chenchen2015 commented 7 years ago

Description We need to seal our scripts into compiled DLL project to help:

chenchen2015 commented 7 years ago

Figured out how to build AWS .NET Native DLL. Had to correct this issue in Visual Studio but now it works. Will wrap our S3 upload backend into a native DLL

chenchen2015 commented 7 years ago

S3 and Watson now build in as a DLL file.

chenchen2015 commented 7 years ago

Recent working list:

chenchen2015 commented 7 years ago

Now 95% of the code is sealed in DLL. Test passed in Unity 5.6.1f1

chenchen2015 commented 7 years ago

Will attempt to seal Unity Editor code as well.