Commit 67f3ab0e authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Unity project switched to 2022 LTS and ready for AR.

New demo scene with UI created, to test API calls .
Structure for API and HTTP calls created (admin and trackables openapi demo impl.).
parent 6cdc6488
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,10 +30,10 @@ public class WorldStorageInfoEditor : Editor
        EditorGUILayout.Space();
        WorldStorageInfo srv = (WorldStorageInfo)target;

        string state = srv.GetServerState();
        string state = "";// srv.GetServerState();
        EditorGUILayout.LabelField("Server State", state);

        string api = srv.GetAPIVersion();
        string api = "";// srv.GetAPIVersion();
        EditorGUILayout.LabelField("OpenAPI Version", api);
    }
}

Assets/Plugins/JsonSubTypes.dll

deleted100644 → 0
−17 KiB

File deleted.

+0 −33
Original line number Diff line number Diff line
fileFormatVersion: 2
guid: 5d8884e5b43d30c44a0dd7f6d04e4930
PluginImporter:
  externalObjects: {}
  serializedVersion: 2
  iconMap: {}
  executionOrder: {}
  defineConstraints: []
  isPreloaded: 0
  isOverridable: 0
  isExplicitlyReferenced: 0
  validateReferences: 1
  platformData:
  - first:
      Any: 
    second:
      enabled: 1
      settings: {}
  - first:
      Editor: Editor
    second:
      enabled: 0
      settings:
        DefaultValueInitialized: true
  - first:
      Windows Store Apps: WindowsStoreApps
    second:
      enabled: 0
      settings:
        CPU: AnyCPU
  userData: 
  assetBundleName: 
  assetBundleVariant: 
−684 KiB

File deleted.

+0 −33
Original line number Diff line number Diff line
fileFormatVersion: 2
guid: 8e129f0a00a01af4e9687332997ac12e
PluginImporter:
  externalObjects: {}
  serializedVersion: 2
  iconMap: {}
  executionOrder: {}
  defineConstraints: []
  isPreloaded: 0
  isOverridable: 0
  isExplicitlyReferenced: 0
  validateReferences: 1
  platformData:
  - first:
      Any: 
    second:
      enabled: 1
      settings: {}
  - first:
      Editor: Editor
    second:
      enabled: 0
      settings:
        DefaultValueInitialized: true
  - first:
      Windows Store Apps: WindowsStoreApps
    second:
      enabled: 0
      settings:
        CPU: AnyCPU
  userData: 
  assetBundleName: 
  assetBundleVariant: 
Loading