Skip to content

Commit

Permalink
2024.07.1b
Browse files Browse the repository at this point in the history
Changes for this push:

+ Added vlc-unity integration
  + Toggle-able with scripting definition VLC
  + Exclude VLCUnity folder (and logo.png for those testing vlc-unity demo)
  + Still a huge WIP
  + Disable with `--no-vlc`
+ Added Component Security
  + Prevents blacklisted components from loading on all assets
  + Automatically sets restrictions on certain components
+ LocalPlayer no longer gets moved to the current scene (they stay in DontDestroyOnLoad)
+ RockNRoll Gesture can now be activated regardless of thumb
+ Added trusted URLs
+ Switch to DX11 as main on Windows
  • Loading branch information
200Tigersbloxed committed Jul 8, 2024
1 parent 00e6b94 commit 807eaad
Show file tree
Hide file tree
Showing 44 changed files with 6,859 additions and 997 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ crashlytics-build.properties
/[Aa]ssets/MagicaCloth2
/[Aa]ssets/StreamingAssets

# VLCUnity (kinda paid but not really)
/[Aa]ssets/VLCUnity
# For people testing the trial VLCUnity package
logo.png

# Publisher Specific
/[Aa]ssets/Scripts/Game/BadgesRanks
/[Aa]ssets/BadgeRankContent
70 changes: 70 additions & 0 deletions Assets/Avatar.mixer
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!241 &24100000
AudioMixerController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Avatar
m_OutputGroup: {fileID: 0}
m_MasterGroup: {fileID: 24300002}
m_Snapshots:
- {fileID: 24500006}
m_StartSnapshot: {fileID: 24500006}
m_SuspendThreshold: -80
m_EnableSuspend: 1
m_UpdateMode: 0
m_ExposedParameters:
- guid: 12f086ea573bea048af71af1f9830c9c
name: volume
m_AudioMixerGroupViews:
- guids:
- f92237c290346394b9da6193e036406f
name: View
m_CurrentViewIndex: 0
m_TargetSnapshot: {fileID: 24500006}
--- !u!243 &24300002
AudioMixerGroupController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Master
m_AudioMixer: {fileID: 24100000}
m_GroupID: f92237c290346394b9da6193e036406f
m_Children: []
m_Volume: 12f086ea573bea048af71af1f9830c9c
m_Pitch: 716657db86865444e82d4649c939f9ad
m_Send: 00000000000000000000000000000000
m_Effects:
- {fileID: 24400004}
m_UserColorIndex: 0
m_Mute: 0
m_Solo: 0
m_BypassEffects: 0
--- !u!244 &24400004
AudioMixerEffectController:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_EffectID: d18f43aa172fb364d804f7f395cf628a
m_EffectName: Attenuation
m_MixLevel: b54cef24b1b4c5441ba3b2d199b1f7c6
m_Parameters: []
m_SendTarget: {fileID: 0}
m_EnableWetMix: 0
m_Bypass: 0
--- !u!245 &24500006
AudioMixerSnapshotController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Snapshot
m_AudioMixer: {fileID: 24100000}
m_SnapshotID: b7512a1364fdf834caa1bbaa40c1f4a8
m_FloatValues: {}
m_TransitionOverrides: {}
8 changes: 8 additions & 0 deletions Assets/Avatar.mixer.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Libs/Hypernex.CCK/Hypernex.CCK.Unity.dll
Binary file not shown.
Binary file modified Assets/Libs/Hypernex.CCK/Hypernex.CCK.dll
Binary file not shown.
Loading

0 comments on commit 807eaad

Please sign in to comment.