Skip to content
View De-Panther's full-sized avatar

Sponsors

@zite

Block or report De-Panther

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Code snippet for loading SpectorJS i...
    1
    var newScript = document.createElement("script");
    2
    newScript.onload = function() { 
    3
      var spector = new SPECTOR.Spector();
    4
      spector.displayUI();
    5
    };
  2. Unity WebGL on mobile - Code snippet...
    1
    UnityLoader.compatibilityCheck = function (unityInstance, onsuccess, onerror) {
    2
      if (!UnityLoader.SystemInfo.hasWebGL) {
    3
        unityInstance.popup('Your browser does not support WebGL',
    4
          [{text: 'OK', callback: onerror}]);
    5
      } else {
  3. unity-webxr-export Public

    Develop and export WebXR experiences using Unity WebGL

    JavaScript 1.1k 117

  4. WebXR-Unity-Samples Public

    Sample WebXR Unity projects, based on WebXR Export https://github.com/De-Panther/unity-webxr-export

    HTML 9

  5. webxr-input-profiles-loader Public

    WebXR Input Profiles Loader in Unity. Based on https://github.com/immersive-web/webxr-input-profiles

    C# 18 2

  6. webxr-multiplayer-template Public

    Unity WebXR Multiplayer Template, based on Unity VR Multiplayer Template.

    C# 4 2