- Home /
What is Windows 8.1 Native Plugin Path ?
I develop Windows Store 8.1 plugin , but I have to split dlls by CPU (ARM , x86 ) . What are dlls Path? Plugins/Metro/x86 , Plugins/Metro/ARM does not work !
Unity version : Unity4.7.0f1
Answer by Ersin · Mar 05, 2016 at 10:06 PM
I changed dll to Any CPU , after that I got this error : "Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function."
If you set Solution Configuration to "Master" , you can get rid of this exception !
Your answer

Follow this Question
Related Questions
Plugin settings for Windows Store build with Kinect 2 Answers
How to have a plugin work on Standalone, iOS, WSA, and Editor? 0 Answers
What is AssetBundle compatibility for MetroPlayer and/or WP8? 1 Answer
Set maximum resolution in Windows 8.1 store app 0 Answers
My game doesn't show up when searching for it by name on the Windows Phone Store 0 Answers