Skip to content

Commit

Permalink
Changes for v0.6.2
Browse files Browse the repository at this point in the history
- Update SDK to v16
- Fixed Bug #44
- Removed controller rendering by default as new SDK renders wrong controllers anyway
- Update version to 0.6.2
  • Loading branch information
provencher committed Apr 30, 2020
1 parent ef9e10d commit 84c089e
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,10 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114252240061623322, guid: 835e735ca71bf78459fb2cababd74112,
type: 3}
propertyPath: _confidenceBehavior
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114252240061623322, guid: 835e735ca71bf78459fb2cababd74112,
type: 3}
propertyPath: _systemGestureBehavior
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114392993255165844, guid: 835e735ca71bf78459fb2cababd74112,
type: 3}
propertyPath: _confidenceBehavior
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 835e735ca71bf78459fb2cababd74112, type: 3}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PrefabInstance:
m_Modifications:
- target: {fileID: 158226, guid: 84c8b8609f9bb434eaf5248f17ff1293, type: 3}
propertyPath: m_Name
value: MRTK_LocalAvatar Variant
value: MRTK-Quest_LocalAvatar
objectReference: {fileID: 0}
- target: {fileID: 463470, guid: 84c8b8609f9bb434eaf5248f17ff1293, type: 3}
propertyPath: m_LocalPosition.x
Expand Down Expand Up @@ -87,10 +87,6 @@ PrefabInstance:
propertyPath: EnableLaughter
value: 0
objectReference: {fileID: 0}
- target: {fileID: 11437430, guid: 84c8b8609f9bb434eaf5248f17ff1293, type: 3}
propertyPath: StartWithControllers
value: 1
objectReference: {fileID: 0}
- target: {fileID: 11437430, guid: 84c8b8609f9bb434eaf5248f17ff1293, type: 3}
propertyPath: ControllerShader
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PrefabInstance:
- target: {fileID: 5969386144478096416, guid: 1370eb7f88d2e6b439cffbeabf3569b2,
type: 3}
propertyPath: m_Name
value: OVRHandPrefab_Rigth
value: OVRHandPrefab_Right
objectReference: {fileID: 0}
- target: {fileID: 5971477318110852390, guid: 1370eb7f88d2e6b439cffbeabf3569b2,
type: 3}
Expand Down Expand Up @@ -172,7 +172,7 @@ PrefabInstance:
m_Modifications:
- target: {fileID: 100004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3}
propertyPath: m_Name
value: OVRCameraRig Variant
value: MRTK-Quest_OVRCameraRig
objectReference: {fileID: 0}
- target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3}
propertyPath: m_LocalPosition.x
Expand Down
2 changes: 1 addition & 1 deletion Assets/Resources/OVRBuildConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 20553fac56ec59645857c0732b787431, type: 3}
m_Name: OVRBuildConfig
m_EditorClassIdentifier:
androidSDKPath:
androidSDKPath: C:\Users\eprov\AppData\Local\Android\sdk
gradlePath:
jdkPath:
23 changes: 23 additions & 0 deletions Assets/Resources/OVRPlatformToolSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: cd7bb81df5b74b34dadbf531f381a26b, type: 3}
m_Name: OVRPlatformToolSettings
m_EditorClassIdentifier:
riftRedistPackages: []
languagePackDirectory:
assetConfigs:
- configList: []
- configList: []
- configList: []
targetPlatform: 3
runOvrLint: 1
skipUnneededShaders: 1
8 changes: 8 additions & 0 deletions Assets/Resources/OVRPlatformToolSettings.asset.meta

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

2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.6.1
bundleVersion: 0.6.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.4.18f1
m_EditorVersion: 2018.4.22f1

0 comments on commit 84c089e

Please sign in to comment.