Programming in VRChat

VRChat でのプログラミングについて調べたことの書き溜め

technique

CyanClimbing スタートアップ・ガイド

VRChat ワールドでクライミング(壁登り)動作を実現するプレハブ CyanClimbing が公開されました。 The CyanClimbing prefab has been submitted into the database! All the climbing worlds released so far have taken less than a week to build. I can…

Locomotion system を自作するためのガイド(草稿)

locomotion system を作成する基礎である player base tracking の解説が書かれました。 http://vrchat.wikidot.com/worlds:guides:player-tracking (まだブラッシュアップ中) いま書いてある範囲は読み解けたので、 自分の備忘録を兼ねて周辺の情報と関連…

VRChat Vector Mathematics

Ways to calculate vector with GameObject transform and VRC_SceneResetPosition. Object transform and VRC_SceneResetPosition are vector math library in VRChat! Notation For any vectors : A, B For local space origin : O For rotation matrix : …