Search the Community
Showing results for tags 'server'.
-
Hello, I use the VIVE Wave XR plugin in Unity. I want to update it from 1.0.0 to 1.0.1, but Unity is giving me the following error: "Cannot perform upm operation: Request [GET https://npm-registry.vive.com/-/v1/search?text=com.htc.upm&from=0&size=250] failed with status code [504] [NotFound] UnityEditor.EditorApplication:Internal_CallUpdateFunctions()" Is your server down? Thanks, Martijn Pillow's Willow VR Studios The Netherlands @Tony PH Lin @JustinVive
-
No downloading is working from vive.com Servers down?
-
the goal is to set up some variables within a webbrowser for a Unity application. The communication needs to be bidirectional, because we also need to get first some information from Unity (which gameObjects/actions/... exists) for some pop up menus and secondly we have to fill out the "form" on the website which information should be sended to the Unity application in order to start the scene. Does anyone has any ideas? I already tried to work with this tutorial, but unfortunately Network.perrType is not available for Unity version 2019.2.9f1 anymore. @Vib