Skip to content

Commit

Permalink
Add in missing changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Apr 17, 2024
1 parent b8169be commit 29ffc37
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 19 deletions.
8 changes: 0 additions & 8 deletions Packages/com.mattshark.openflight/Editor/UI Styler.meta

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,24 @@ public class AvatarDetection : CallbackUdonSharpBehaviour
public float WingtipOffset = 0;
#pragma warning disable CS0108 // Member hides inherited member; missing new keyword
/// <summary>
/// The name of the currently worn avatar. Defaults to `Unknown` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// The name of the currently worn avatar. Defaults to `N/A` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// </summary>
[ReadOnlyInspector]
public string name = ""; //this is the name of the avatar base
#pragma warning restore CS0108 // Member hides inherited member; missing new keyword
/// <summary>
/// The creator of the currently worn avatar. Defaults to `Unknown` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// The creator of the currently worn avatar. Defaults to `N/A` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// </summary>
[ReadOnlyInspector]
public string creator = ""; //this is the person who created the avatar base
/// <summary>
/// The introducer of the currently worn avatar. Defaults to `Unknown` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// The introducer of the currently worn avatar. Defaults to `N/A` if not in the list, or `Loading Avatar` if you are in the loading avatar / mecanim default rig
/// </summary>
[ReadOnlyInspector]
public string introducer = ""; //this is the person who introduced the avatar to the JSON list itself
/// <summary>
/// The hash of the default mecanim humanoid rig, which is also what VRChat uses as the loading avatar
/// </summary>
const string LOADINGAVATARHASH = "1439458325v2";
#endregion

Expand Down
6 changes: 6 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"dependencies": {
"com.cyan.playerobjectpool": {
"version": "file:com.cyan.playerobjectpool",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"com.mattshark.openflight": {
"version": "file:com.mattshark.openflight",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/AudioManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ AudioManager:
Default Speaker Mode: 2
m_SampleRate: 48000
m_DSPBufferSize: 1024
m_VirtualVoiceCount: 32
m_RealVoiceCount: 24
m_VirtualVoiceCount: 64
m_RealVoiceCount: 32
m_EnableOutputSuspension: 1
m_SpatializerPlugin: OculusSpatializer
m_AmbisonicDecoderPlugin: OculusSpatializer
Expand Down
6 changes: 1 addition & 5 deletions ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ GraphicsSettings:
m_LensFlare:
m_Mode: 1
m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0}
m_AlwaysIncludedShaders:
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16003, guid: 0000000000000000f000000000000000, type: 0}
m_AlwaysIncludedShaders: []
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/QualitySettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
QualitySettings:
m_ObjectHideFlags: 0
serializedVersion: 5
m_CurrentQuality: 3
m_CurrentQuality: 2
m_QualitySettings:
- serializedVersion: 2
name: VRC Low
Expand Down

0 comments on commit 29ffc37

Please sign in to comment.