Skip to content

kibalab/CHAMCHI_Console

Repository files navigation

그룹 11

🐟 CHAMCHI (TUNA) Debug Console🐟

VRChat UdonSharp 개발용 디버그 콘솔
Debug console for VRChat UdonSharp development



⭐ Introdution / 자기소개

  • Ingame Logging
  • Synchronize Logs

📦 Require / 필요

VRChat
Unity 2019.4
VRCSDK 3.0
UDONSharp

:tools: Use / 사용

📂 Install

  • Please download it here -> Release
  • Import it into your Unity Project
  • Place the "Toggle" prefab

🗳️ Logger Method Parameter

Debug.Log(<UdonSharpBehaviour Class>, <String Message>);
Debug.LogWarn(<UdonSharpBehaviour Class>, <String Message>);
Debug.LogError(<UdonSharpBehaviour Class>, <String Message>);

📄 Example

public class MyClass
{
  public logPanel Debug;
  
  public void MyFunction()
  {
    Debug.Log(this, "Hello, World!");
    Debug.LogWarn(this, "Hello, World!");
    Debug.LogError(this, "Hello, World!");
  }
}

🎚️ Inspector Editor


🔌 Field Auto Setter

  • Auto Setter 버튼을 눌러 모든 UdonSharpBehaviours에 자동으로 할당
  • Automatically assign to all UdonSharpBehaviours by pressing the Auto Setter button

🖧 User Network Logging

  • 타인의 로그를 열람 가능함
  • Can view other people's logs


Developer / 개발 참여

  • 🎲 System Dev
  • 📓 Project Manage
  • 🖧 Networking
  • ✅ Q/A
  • 🏗 UI Design
  • 🎨 Resource Design
  • 🎲 System Design
  • 📓 Project Manage
  • 🖧 Networking



OLD Project / 구 프로젝트

https://github.com/kibalab/K13A_Udon_Console

라이센스 / License

MIT License

About

VRChat World Debug Console For UdonSharp

Resources

Stars

Watchers

Forks

Packages

No packages published