Remote Renderer - General error creating sesion:GraphicsBindingIncomplete on Hololens 2

Saúl Castillo Valdés 0 Reputation points
2023-10-23T13:02:11.1233333+00:00

I'm trying to get a model from Azure Remote Renderer on my hololens 2. Everything is ok on Unity 3D editor, I mean I get my model from azure without any problems, but when I build the aplication there is an error: General error creating sesion:GraphicsBindingIncomplete.

I have checked thats points and all are ok:

  1. Ensure Azure Remote Rendering Service Configuration: Verify that your Azure Remote Rendering service is correctly configured, and the relevant settings, such as the account and session details, are set up correctly in your Unity project.
  2. Check Network and Firewall Settings: Ensure that your HoloLens 2 device has a stable network connection to the Azure Remote Rendering service. Check for any network-related issues, and make sure that there are no firewalls or network restrictions blocking the connection.
  3. Verify Azure Remote Rendering SDK Version: Make sure that you are using the latest version of the Azure Remote Rendering SDK for Unity. Updates to the SDK may include bug fixes and improvements that can address this issue.
  4. Graphics API Compatibility: Confirm that your Unity project is set to use a graphics API compatible with the HoloLens 2, which typically uses DirectX 11.
  5. HoloLens 2 Project Settings: Ensure that your Unity project settings are configured properly for HoloLens 2 development. Double-check the player settings, especially the target platform settings.
  6. Shader and Material Compatibility: Check that the shaders and materials used in your Unity project are compatible with HoloLens 2. Some shaders and materials may not be supported or may need adjustments.
  7. Restart HoloLens 2: Sometimes, a simple restart of the HoloLens 2 can help resolve issues related to graphics bindings.
  8. Check for Debug Logs: Look for any relevant error or warning messages in the debug logs on both the HoloLens 2 device and in Unity. These logs may provide more specific information about the problem.
  9. Update Firmware and Software: Make sure that your HoloLens 2 device has the latest firmware and software updates installed. Sometimes, updating the device can resolve compatibility issues.
Azure Remote Rendering
Azure Remote Rendering
An Azure service that renders high-quality, interactive three-dimensional content and streams it to edge devices in real time.
32 questions
HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
382 questions
{count} votes