game: stamp socket to table
This commit is contained in:
parent
039a6e88ed
commit
85feae359a
6 changed files with 3193 additions and 1 deletions
|
@ -294,6 +294,14 @@ PrefabInstance:
|
||||||
serializedVersion: 3
|
serializedVersion: 3
|
||||||
m_TransformParent: {fileID: 0}
|
m_TransformParent: {fileID: 0}
|
||||||
m_Modifications:
|
m_Modifications:
|
||||||
|
- target: {fileID: -4787019972923084858, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
||||||
|
propertyPath: m_MovementType
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: -4787019972923084858, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
||||||
|
propertyPath: m_InteractionManager
|
||||||
|
value:
|
||||||
|
objectReference: {fileID: 470512434}
|
||||||
- target: {fileID: 1361937172851075775, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
- target: {fileID: 1361937172851075775, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: Stamp
|
value: Stamp
|
||||||
|
@ -338,6 +346,14 @@ PrefabInstance:
|
||||||
propertyPath: m_LocalEulerAnglesHint.z
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
value: 0
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7390908444127347594, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
||||||
|
propertyPath: m_Interpolate
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7390908444127347594, guid: 809d438ce65f93b4a80507fe5eda7c4e, type: 3}
|
||||||
|
propertyPath: m_CollisionDetection
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_RemovedGameObjects: []
|
m_RemovedGameObjects: []
|
||||||
m_AddedGameObjects: []
|
m_AddedGameObjects: []
|
||||||
|
|
3140
SSLR/Assets/Scenes/SaiTrialPlaground.unity
Normal file
3140
SSLR/Assets/Scenes/SaiTrialPlaground.unity
Normal file
File diff suppressed because it is too large
Load diff
7
SSLR/Assets/Scenes/SaiTrialPlaground.unity.meta
Normal file
7
SSLR/Assets/Scenes/SaiTrialPlaground.unity.meta
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cfe17a0abe9366b40b4f319183f2fdc5
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
18
SSLR/Assets/Scripts/StampInteractor.cs
Normal file
18
SSLR/Assets/Scripts/StampInteractor.cs
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class StampInteractor : MonoBehaviour
|
||||||
|
{
|
||||||
|
// Start is called before the first frame update
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update is called once per frame
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
11
SSLR/Assets/Scripts/StampInteractor.cs.meta
Normal file
11
SSLR/Assets/Scripts/StampInteractor.cs.meta
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0aa0987b70e0f9f4a9791204c476099d
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
|
@ -16,7 +16,7 @@ MonoBehaviour:
|
||||||
- Default
|
- Default
|
||||||
- Paper
|
- Paper
|
||||||
- Pen
|
- Pen
|
||||||
-
|
- Stamp
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Reference in a new issue