wrld3d / unity-api

Issue tracking for the WRLD Unity SDK
28 stars 8 forks source link

Warning Popup "No internet connection detected" #115

Closed Ojayyy closed 2 years ago

Ojayyy commented 2 years ago

Description

Unnecessary Warning Message "No internet connection detected"

image

Steps to Reproduce

Just after running the Unity editor using the WrldMap Script the message pops up. After I have acknowledged the message, everything works well

Any advice to get rid of this message?

Additional Information

Unity 2020.3.22f1 (LTS) WRLD Unity SDK v0.8.17

steve-curtis commented 2 years ago

Hi - We have recently become aware of an issue which affects the WRLD Android SDK and the WRLD Unity SDK when building for Android devices. Users of your app will see a popup "No internet connection detected. Some functionality may be disabled" when the app starts, and may also experience issues entering indoor maps.

WRLD Javascript, iOS and Unity apps on non-Android devices are not affected by the issue.

The issue has now been resolved in the latest versions of the WRLD SDK, but you will need to update and rebuild your apps. The fix is available in the following SDK versions:

* WRLD Android SDK - v0.0.1376 - available from Maven https://search.maven.org/artifact/com.wrld3d/wrld-android-sdk/0.0.1376/aar - update the dependency in your build.gradle file to com.wrld3d:wrld-android-sdk:0.0.1376@aar

* WRLD Unity SDK v0.8.103 - download from https://cdn1.wrld3d.com/unity/wrld.unity.sdk.0.8.103.release.zip and import into your Unity project

 Apologies for the inconvenience caused to you and your users by this issue. If you have any further questions or concerns, please contact us by replying to this email or contacting our support chat service at www.wrld3d.com

Ojayyy commented 2 years ago

WRLD Unity SDK v0.8.103 solved it! Thx!