Skip to content
Snippets Groups Projects
Commit 961e16b1 authored by DESKTOP-OVNO2Q1\alexa's avatar DESKTOP-OVNO2Q1\alexa
Browse files

fixed so InteractionPoint is part of prefab

parent 68936e52
No related branches found
No related tags found
2 merge requests!21Updating master to have the new stuff from main.,!18Alexg
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &8243576937840750920
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4380116905326030103}
m_Layer: 9
m_Name: InteractionPoint
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4380116905326030103
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8243576937840750920}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0.2, y: -0.9, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 8799933624292384517}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8799933624292384519
GameObject:
m_ObjectHideFlags: 0
......@@ -34,7 +65,8 @@ Transform:
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Children:
- {fileID: 4380116905326030103}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
......@@ -167,7 +199,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d28dff3ae03f6644c86402b8890d7288, type: 3}
m_Name:
m_EditorClassIdentifier:
_interactionPoint: {fileID: 0}
_interactionPoint: {fileID: 4380116905326030103}
_interactionpointRadius: 0.5
_interactableMask:
serializedVersion: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment