Files
VR-WuKong/Assets/ThirdParty/Tools/SwitchMaterial/SwitchMaterials.cs

20 lines
241 B
C#
Raw Normal View History

2025-11-14 18:44:06 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SwitchMaterials : MonoBehaviour
{
public GameObject root;
void Start()
{
}
void Update()
{
}
}