2026-04-23 자잘한 버그 수정
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using UnityEngine;
|
||||
using VRShopping.UI;
|
||||
|
||||
public class PlayerController : MonoBehaviour
|
||||
public class PlayerController : MonoBehaviour,ITransScenePossible
|
||||
{
|
||||
private Animator _anim;
|
||||
|
||||
@@ -16,6 +16,11 @@ private void Awake()
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void OnSceneLoaded()
|
||||
{
|
||||
InputManager.Instance.XRLeftControllerPrimaryButton_Event += this.ToggleShoppingOrderList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user