game: stamp socket to table

This commit is contained in:
sippy-thinks 2025-02-03 18:47:29 +08:00
parent 039a6e88ed
commit 85feae359a
6 changed files with 3193 additions and 1 deletions

View file

@ -294,6 +294,14 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
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}
propertyPath: m_Name
value: Stamp
@ -338,6 +346,14 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 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_RemovedGameObjects: []
m_AddedGameObjects: []

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: cfe17a0abe9366b40b4f319183f2fdc5
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View 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()
{
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0aa0987b70e0f9f4a9791204c476099d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -16,7 +16,7 @@ MonoBehaviour:
- Default
- Paper
- Pen
-
- Stamp
-
-
-