warning CS0162: Unreachable code detected unity
I import the plugin to unity and upload .apk file to Google PlayStore it works fine there But when i make XCode of Unity app then i got these errors.
“Assets\InAppBrowser\Scripts\InAppBrowser.cs(144,3): warning CS0162: Unreachable code detected ” when i click on above button then it open below lines
” public static bool CanGoBack() { #if UNITY_IOS && !UNITY_EDITOR return iOSInAppBrowser.CanGoBack(); #elif UNITY_ANDROID && !UNITY_EDITOR return AndroidInAppBrowser.CanGoBack(); #endif return false; } ”
Kindly help me out how to solve this error? am i missing some files? please share with me!
Thanks
Your answer
Follow this Question
Related Questions
[SOLVED] Unit IAP google play response to update result 1 Answer
How to load YouTube live video streaming in unity ? 0 Answers
How To Make Object gradually "lerp" into new movement direction? 0 Answers
Smooth position transform with swipe controls ? 0 Answers
I cant see any objects after building my Test Project -1 Answers