Skip to content

Commit

Permalink
Unity deployment to HoloLens 2, Network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EricVoll committed Sep 22, 2020
1 parent 79f5e51 commit b391591
Showing 5 changed files with 65 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ProjectSetup/RosSharpUnity/Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
@@ -641,7 +641,7 @@ PrefabInstance:
- target: {fileID: 7834562778878916581, guid: 0915935de0a77fc419c95d73d30120ce,
type: 3}
propertyPath: RosBridgeServerUrl
value: ws://localhost:9090
value: ws://192.168.1.121:9090
objectReference: {fileID: 0}
- target: {fileID: 8072130238423635120, guid: 0915935de0a77fc419c95d73d30120ce,
type: 3}
Binary file not shown.
7 changes: 7 additions & 0 deletions ProjectSetup/RosSharpUnity/Assets/WSATestCertificate.pfx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -35,6 +35,9 @@ GraphicsSettings:
- {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
62 changes: 54 additions & 8 deletions ProjectSetup/RosSharpUnity/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
@@ -594,13 +594,13 @@ PlayerSettings:
apiCompatibilityLevelPerPlatform: {}
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Template_3D
metroPackageVersion:
metroCertificatePath:
metroPackageName: Template3D
metroPackageVersion: 1.0.0.0
metroCertificatePath: Assets\WSATestCertificate.pfx
metroCertificatePassword:
metroCertificateSubject:
metroCertificateIssuer:
metroCertificateNotAfter: 0000000000000000
metroCertificateSubject: DefaultCompany
metroCertificateIssuer: DefaultCompany
metroCertificateNotAfter: 003ef57fe1afd701
metroApplicationDescription: Template_3D
wsaImages: {}
metroTileShortName:
@@ -616,8 +616,54 @@ PlayerSettings:
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628,
a: 1}
metroSplashScreenUseBackgroundColor: 0
platformCapabilities: {}
metroTargetDeviceFamilies: {}
platformCapabilities:
WindowsStoreApps:
AllJoyn: False
Appointments: False
BackgroundMediaPlayback: False
BlockedChatMessages: False
Bluetooth: False
Chat: False
CodeGeneration: False
Contacts: False
EnterpriseAuthentication: False
GazeInput: False
HumanInterfaceDevice: False
InputInjectionBrokered: False
InternetClient: True
InternetClientServer: True
Location: False
LowLevelDevices: False
Microphone: False
MusicLibrary: False
Objects3D: False
OfflineMapsManagement: False
PhoneCall: False
PhoneCallHistoryPublic: False
PicturesLibrary: False
PointOfService: False
PrivateNetworkClientServer: False
Proximity: False
RecordedCallsFolder: False
RemoteSystem: False
RemovableStorage: False
SharedUserCertificates: False
SpatialPerception: False
SystemManagement: False
UserAccountInformation: False
UserDataTasks: False
UserNotificationListener: False
VideosLibrary: False
VoipCall: False
WebCam: False
metroTargetDeviceFamilies:
Desktop: False
Holographic: False
IoT: False
IoTHeadless: False
Mobile: False
Team: False
Xbox: False
metroFTAName:
metroFTAFileTypes: []
metroProtocolName:

0 comments on commit b391591

Please sign in to comment.