Compare commits
No commits in common. "e779473cf5c1f5c2c36d68252e650649859d7b4f" and "1b2aaaeeda50c2642b3b712712e86028d3fedcf9" have entirely different histories.
e779473cf5
...
1b2aaaeeda
|
|
@ -19,20 +19,7 @@ namespace VELConnect
|
||||||
public class VELConnectManager : MonoBehaviour
|
public class VELConnectManager : MonoBehaviour
|
||||||
{
|
{
|
||||||
public string velConnectUrl = "http://localhost";
|
public string velConnectUrl = "http://localhost";
|
||||||
public static string VelConnectUrl
|
public static string VelConnectUrl => instance.velConnectUrl;
|
||||||
{
|
|
||||||
get => instance.velConnectUrl;
|
|
||||||
set {
|
|
||||||
instance.velConnectUrl = value;
|
|
||||||
SetDeviceField(new Dictionary<DeviceField, string>
|
|
||||||
{
|
|
||||||
{ DeviceField.os_info, SystemInfo.operatingSystem },
|
|
||||||
{ DeviceField.friendly_name, SystemInfo.deviceName },
|
|
||||||
{ DeviceField.current_app, Application.productName },
|
|
||||||
{ DeviceField.pairing_code, PairingCode },
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
private static VELConnectManager instance;
|
private static VELConnectManager instance;
|
||||||
|
|
||||||
public class State
|
public class State
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "edu.uga.engr.vel.vel-connect",
|
"name": "edu.uga.engr.vel.vel-connect",
|
||||||
"displayName": "VEL-Connect",
|
"displayName": "VEL-Connect",
|
||||||
"version": "5.0.2",
|
"version": "5.0.0",
|
||||||
"unity": "2019.1",
|
"unity": "2019.1",
|
||||||
"description": "Web-based configuration for VR applications",
|
"description": "Web-based configuration for VR applications",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue