Programming in VRChat

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

2019-07-01から1ヶ月間の記事一覧

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…

Client Starter

This Unity editor extension starts VRChat client automatically after world publishing is completed. You can go directly into published world and start to test it. in Japanese: このエディタ拡張は、ワールドのアップロード(publish)が完了する…

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 : …