generated from VR-Sexe/Unity3DTemplate
Fix Oculus
This commit is contained in:
parent
9e7dba6578
commit
7852573190
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[System.Obsolete("Replaced by HandGrabPoseEditor")]
|
||||||
|
public class HandGrabPointEditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 92b8a050249b4ea47b9da8fe38ed12a2
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by BezierGrabSurfaceEditor")]
|
||||||
|
public class BezierSurfaceEditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 718688abdc60caa4984fe98623ff42de
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by BoxGrabSurfaceEditor")]
|
||||||
|
public class BoxEditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: baf3d860debef0947b62cdebdd94cb75
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by CylinderGrabSurfaceEditor")]
|
||||||
|
public class CylinderEditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 69099ed7427360a4ab3734573c188648
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by SphereGrabSurfaceEditor")]
|
||||||
|
public class SphereEditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ee7657a153e652d448fa1b7775ca7f8d
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7b1127eced26c0748b86cc88310b1711
|
guid: 7b1127eced26c0748b86cc88310b1711
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_6d1754bb0e390e44e906221c5091ed9a
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
10
Assets/Oculus/Interaction/Editor/OVRIntegration.meta
Normal file
10
Assets/Oculus/Interaction/Editor/OVRIntegration.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 730401b61a870a740b2a54bcb1248657
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("This class is no longer being used")]
|
||||||
|
public class InputDataProviderUpdateTriggerOVREditor
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 72d937d259d97b64bb70688f32a552c8
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by CylinderSurfaceEditor")]
|
||||||
|
public class PointableCylinderEditor { }
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1e064752143f9f74b8e450192020fcb8
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by PlaneSurfaceEditor")]
|
||||||
|
public class PointablePlaneEditor { }
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cc069bacb4ae95441bc48180b8df363d
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 99515fe40d88cbc438e5059565d292ad
|
guid: 99515fe40d88cbc438e5059565d292ad
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_450015b3adfc77143b5481c3325efd0b
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bd65392cc81db994a871a049604e2443
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: aca0706bac5a68a4394ac02275753161
|
guid: aca0706bac5a68a4394ac02275753161
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_7d77b113318ceb84ca829f6be01b9d9d
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 4170d4d20a9b6034a88d89a71c2e0828
|
guid: 4170d4d20a9b6034a88d89a71c2e0828
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_7d77b113318ceb84ca829f6be01b9d9d
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ba24f6f783d84ef4f8ff075364e1283c
|
guid: ba24f6f783d84ef4f8ff075364e1283c
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_7d77b113318ceb84ca829f6be01b9d9d
|
||||||
NativeFormatImporter:
|
NativeFormatImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
mainObjectFileID: 11400000
|
mainObjectFileID: 11400000
|
||||||
|
|||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 42357880ad45726429c0660909d70f82
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 370153c53969e8549842a6048552e532
|
guid: 370153c53969e8549842a6048552e532
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ffe3be6b11cb93446bff4c254b6d9148
|
guid: ffe3be6b11cb93446bff4c254b6d9148
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_370153c53969e8549842a6048552e532
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 4c0ee7a14e52ba544b89c2f777670cca
|
guid: 4c0ee7a14e52ba544b89c2f777670cca
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 5eac3d02a7ebc7c4b9a0289fde0e0c82
|
guid: 5eac3d02a7ebc7c4b9a0289fde0e0c82
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: fbfc588a949bb1a42b20e5bddc4cf8cf
|
guid: fbfc588a949bb1a42b20e5bddc4cf8cf
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ea16c3c8c1688234fa81a4f39339bf1b
|
guid: ea16c3c8c1688234fa81a4f39339bf1b
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 46b60c6fd5ee4fb4eb2aab6fc3de5c50
|
guid: 46b60c6fd5ee4fb4eb2aab6fc3de5c50
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 2f94427b8dd14ea498fd92aee3ec9f0f
|
guid: 2f94427b8dd14ea498fd92aee3ec9f0f
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_d8ce2a9d73908514686a430a77d46432
|
||||||
PrefabImporter:
|
PrefabImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 2864da2f393a3e948bb12ec4ac9b1782
|
guid: 2864da2f393a3e948bb12ec4ac9b1782
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ee6b94f7bc105c24ea3746dc4141a7eb
|
guid: ee6b94f7bc105c24ea3746dc4141a7eb
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: eb7d6cff5f17513488d465cdc4efd298
|
guid: eb7d6cff5f17513488d465cdc4efd298
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 4855895ba1c44959a306beb7ae318fc2
|
guid: 4855895ba1c44959a306beb7ae318fc2
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: f273abee0604ad2409c9bbc9a60e461e
|
guid: f273abee0604ad2409c9bbc9a60e461e
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 86bd0d3098d25db4c9c839739557480b
|
guid: 86bd0d3098d25db4c9c839739557480b
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: a7b47e36715521d4e8a30d2c5b6e83e2
|
guid: a7b47e36715521d4e8a30d2c5b6e83e2
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 6eb5e919275d29245bba9a1f0e849e6a
|
guid: 6eb5e919275d29245bba9a1f0e849e6a
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ce6a3535bf452cd42a0b2fb1c571b76e
|
guid: ce6a3535bf452cd42a0b2fb1c571b76e
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: dfb63309ade4ca04dbff7beff6784781
|
guid: dfb63309ade4ca04dbff7beff6784781
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 215d90758f7ed4f42b7ad0a64d0dfec4
|
guid: 215d90758f7ed4f42b7ad0a64d0dfec4
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 998a5646185efb9488265f3a2f35a99a
|
guid: 998a5646185efb9488265f3a2f35a99a
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_e76d151a8c71e4d44a1072f66e27b038
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 63f58003e71fa7443b1dc5369eca6517
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: e79beb32c1e430c42aa2376685d99ae7
|
guid: e79beb32c1e430c42aa2376685d99ae7
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_3c92c746d333fd24fafade58e07a645a
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: bc4a6baa6479fb144a1ea82ec33cf33e
|
guid: bc4a6baa6479fb144a1ea82ec33cf33e
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_moved_3c92c746d333fd24fafade58e07a645a
|
||||||
MonoImporter:
|
MonoImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ee03c8be9d6ed144da890adccc3eb20e
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &7446419015562127056
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 4693123460624851696}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: Controller Hands
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &4693123460624851696
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 7446419015562127056}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 07e1cd5d205161848bba75bdd1513c57
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &1985984986030245999
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 1031396101617491026}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: LeftHandReticle
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &1031396101617491026
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1985984986030245999}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5e1b825472b43194ea12ab801eddb77f
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &6897835867796669117
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 8631412060960004667}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: RightHandReticle
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &8631412060960004667
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 6897835867796669117}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 868616af8391f7e4590189328af81942
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &2036264318002122405
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 2036264318002122404}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: FromLeftHandPrefab
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &2036264318002122404
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 2036264318002122405}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 89d9bd3877c332b4d80a3741624b14ef
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &2036264318002122405
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 2036264318002122404}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: FromRightHandPrefab
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &2036264318002122404
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 2036264318002122405}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 827218c3f444cbe4eb2de1343f6b68cf
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
32
Assets/Oculus/Interaction/Runtime/Prefabs/InputOVR.prefab
Normal file
32
Assets/Oculus/Interaction/Runtime/Prefabs/InputOVR.prefab
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &5918800102793014406
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 6299876670350845065}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: InputOVR
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &6299876670350845065
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 5918800102793014406}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 79afd2227c07813448bc8aa5f9d37d7a
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
10
Assets/Oculus/Interaction/Runtime/Prefabs/TouchHandGrab.meta
Normal file
10
Assets/Oculus/Interaction/Runtime/Prefabs/TouchHandGrab.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 049e76fe6562d184faa43bcaf339617a
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &4560369348451480229
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 945568443558181154}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: HandSphereMap
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &945568443558181154
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 4560369348451480229}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 738b9f333fadf6c46bb8417e623af83e
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1 &4560369348451480229
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 945568443558181154}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: TouchHandGrabInteractor
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &945568443558181154
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 4560369348451480229}
|
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_Children: []
|
||||||
|
m_Father: {fileID: 0}
|
||||||
|
m_RootOrder: 0
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f653037372452974eba5acb6a0439f3f
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
PrefabImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by FingerPalmGrabAPI")]
|
||||||
|
public class FingerGrabAPI { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d88c1b17119f4824aadff75301905ccb
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by FingerPinchGrabAPI")]
|
||||||
|
public class FingerPinchAPI { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e3f7f90a7ae2f724a95dec4e1b39559e
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0c54cd4bb8381c74ebdc2b1ebf70bc7a
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete]
|
||||||
|
public class HandPoseRecordable { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 71cbc429b0ddd3b4f9ebbd5b6114281f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete]
|
||||||
|
public class HandPoseRecorder { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f0350d356fc9592468b162c8fcfbc055
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by BezierGrabSurface")]
|
||||||
|
public class BezierSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fe16fe5c237c19b45bc8c5843cfc4935
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by BoxGrabSurface")]
|
||||||
|
public class BoxSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bbe6418317e852d4e8fd122a4149acbd
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by ColliderGrabSurface")]
|
||||||
|
public class ColliderSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8951a656a7c00e74094166ef415cdce6
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by CylinderGrabSurface")]
|
||||||
|
public class CylinderSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0ab0e0bf5507fad4a9def20ce63299e5
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by IGrabSurface")]
|
||||||
|
public interface ISnapSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b84868e1fec742746b4f97a01bf836bf
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by GrabSurfaceHelper")]
|
||||||
|
public static class SnapSurfaceHelper
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cada41609b5284144aef14e522e6351b
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
/************************************************************************************
|
||||||
|
Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
|
||||||
|
|
||||||
|
Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at
|
||||||
|
https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, the Utilities SDK distributed
|
||||||
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||||
|
ANY KIND, either express or implied. See the License for the specific language governing
|
||||||
|
permissions and limitations under the License.
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by SphereGrabSurface")]
|
||||||
|
public class SphereSurface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 18467ddce2adbac48aa374514e13d1ee
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
10
Assets/Oculus/Interaction/Runtime/Scripts/HandPosing.meta
Normal file
10
Assets/Oculus/Interaction/Runtime/Scripts/HandPosing.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 563c8df175b2fbf4b9eb5ed0042e437b
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: adee723269a015745afa89216e202d37
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by HandGrabStateVisual")]
|
||||||
|
public class HandGrabInteractorVisual { }
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7f4cc1786849ccb46b288d8158ac0a80
|
||||||
|
labels:
|
||||||
|
- oculus_interaction_deprecated
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete]
|
||||||
|
public class DummyDataModifier { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fd8e0dfe480b2904f99ee67bd2e4d58b
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the Oculus SDK License Agreement (the "License");
|
||||||
|
* you may not use the Oculus SDK except in compliance with the License,
|
||||||
|
* which is provided at the time of installation or download, or which
|
||||||
|
* otherwise accompanies this software in either electronic or hard copy form.
|
||||||
|
*
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://developer.oculus.com/licenses/oculussdk/
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, the Oculus SDK
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Oculus.Interaction.Deprecated
|
||||||
|
{
|
||||||
|
[Obsolete("Replaced by FixedScaleHand")]
|
||||||
|
public class FixedScaleDataModifier { }
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 97da7545d22d17148b34830b8481bae3
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
labels: ["oculus_interaction_deprecated"]
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user