Get it on Google Play


Wm뮤 :: VRChat OSC

블로그 이미지
가끔 그림그리거나 3D모델링하거나
취미로 로봇만드는
전자과 게임프로그래머 (퇴사함)
2022.3.22f1 주로 사용
모카쨩
@Ahzkwid

Recent Comment

Archive


2022. 2. 19. 20:39 게임/VRChat

 

 

OSC는 Open Sound Controll의 약자이다

 

 

https://github.com/stella3d/OscCore/releases

 

Releases · stella3d/OscCore

A performance-oriented OSC library for Unity. Contribute to stella3d/OscCore development by creating an account on GitHub.

github.com

 

해당 패키지를 유니티에 푼다

 

 

 

 

빈오브젝트를 만들어서 다음과 같이 컴포넌트를 배치한다

 

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ManualControl : MonoBehaviour
{

    public int emote = 0;
    [Range(0,1)]
    public float colorCloth = 0;
    [Range(0, 1)]
    public float colorHair = 0;
}

맨 아래 ManualControl의 샘플코드

 

 

위처럼 할당하고 수정하면 알아서 적용이 된다

그리고 인게임 내에서 OSC 키면 된다

 

 

 

 

 

 

 

 

 

 

관련링크

더보기

 

 

 

'게임 > VRChat' 카테고리의 다른 글

VRChat 캐릭터 압착되는 문제  (0) 2023.01.01
VRChat SDK 오류 모음  (0) 2021.07.24
퀘스트 2에서 vrchat설치방법  (0) 2021.05.11
posted by 모카쨩

저사양 유저용 블로그 진입