Test files
This commit is contained in:
14
Assets/Scripts/Test.cs
Normal file
14
Assets/Scripts/Test.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Marro.PacManUdon
|
||||
{
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
|
||||
public class Test : UdonSharpBehaviour
|
||||
{
|
||||
[SerializeField] Pellet pellet;
|
||||
public void Start()
|
||||
{
|
||||
Debug.Log(pellet.enabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user