Added interaction, hand, rigidbody dragging, picking up hammer

This commit is contained in:
nothke
2024-08-18 13:21:38 +02:00
parent 93ecc95bfa
commit d2c3dff101
76 changed files with 5079 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Nothke.Interaction;
public class InteractableTest : Interactable
{
public override void Use(InteractionController im)
{
base.Use(im);
Debug.Log("works!");
}
}

View File

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