Programming in VRChat

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

VRChat SDK ファイル単位 差分 VRCSDK-2018.06.21.13.02_Public

Old: VRCSDK-2018.06.06.10.46_Public
New: VRCSDK-2018.06.21.13.02_Public
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/Editor/DLLMaker.dll
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/Editor/VRC_SdkSplashScreen.cs
Only in VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/EditorVRC_SyncVideoStreamEditor.cs
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/Editor/VRC_TriggerEditor.cs
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/Scripts/AvatarValidation.cs
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/VRCCore-Editor.dll
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/VRCCore-Standalone.dll
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Dependencies/VRChat/VRCSDK2.dll
Only in VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Examples/Sample Assets/Shaders
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Examples/Scenes/Example-Actions.unity
Only in VRCSDK-2018.06.06.10.46_Public/Assets/VRCSDK/Examples/ScenesExample-Playmaker.unity
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Examples/Scenes/Example-Triggers.unity
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/Prefabs/World/VRCWorld.prefab
Differ  VRCSDK-2018.06.21.13.02_Public/Assets/VRCSDK/version.txt
  • VRC_TriggerEditor.cs
    • RPC のパラメタが enum の場合のサポート追加(VRC_SyncVideoStream.SetSyncType の引数が該当するのだろう)
  • AvatarValidation.cs
    • particle limiter の実装
  • Examples/Sample Assets/Shaders
    • Video-EmissiveGamma シェーダーの追加