AR Foundation
- Ju Zhang
- 2021年12月11日
- 讀畢需時 1 分鐘
挖一个用AR Foundation做项目坑
using UnityEngine;
namespace Normal.Realtime.Examples {
public class VoiceMouthMove : MonoBehaviour {
public SkinnedMeshRenderer[] skinned;
private RealtimeAvatarVoice _voice;
private float _mouthSize;
void Awake() {
_voice = GetComponent 挖一个用AR Foundation做项目坑 Unity_HeadboxVive_0308 //========= Copyright 2019, HTC Corporation. All rights reserved. ===========using System.Collections.Generic;... https://answers.unity.com/questions/814870/why-arent-public-variables-shown-in-the-inspector.html public variables shown in the Inspector...AR Foundation
相關文章
查看全部
Comments