Skip to content

Commit

Permalink
forgot to set culling mask, updated orbitcam
Browse files Browse the repository at this point in the history
  • Loading branch information
naelstrof committed Jan 16, 2025
1 parent 2a70027 commit fee8d99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Assets/KoboldKare/Scripts/CameraSwitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void OnEnable() {

animatingThirdpersonConfiguration.SetPivot(headAnimatingPivot);
((OrbitCameraConfigurationSlide)animatingThirdpersonConfiguration).SetOtherPivot(buttAnimatingPivot);
animatingThirdpersonConfiguration.SetCullingMask( ~LayerMask.GetMask("LocalPlayer"));

var freeCamObj = new GameObject("FreeCamPivot");
freeCamObj.transform.SetParent(GetComponentInParent<CharacterDescriptor>().transform);
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"com.naelstrof.extensions": "https://github.com/naelstrof/com.naelstrof.extensions.git#v0.0.2",
"com.naelstrof.jigglephysics": "https://github.com/naelstrof/UnityJigglePhysics.git#v10.2.8",
"com.naelstrof.mozzarellatech": "https://github.com/naelstrof/UnityMozzarellaTech.git#upm",
"com.naelstrof.orbitcam": "https://github.com/naelstrof/com.naelstrof.orbitcam.git#v1.0.1",
"com.naelstrof.orbitcam": "https://github.com/naelstrof/com.naelstrof.orbitcam.git#v1.0.2",
"com.naelstrof.penetrationtech": "https://github.com/naelstrof/UnityPenetrationTech.git#v7.0.6",
"com.naelstrof.skinnedmeshdecals": "https://github.com/naelstrof/SkinnedMeshDecals.git#v6.7.8",
"com.naelstrof.unityscriptablesettings": "https://github.com/naelstrof/UnityScriptableSettings.git#v2.4.5",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
},
"com.naelstrof.orbitcam": {
"version": "https://github.com/naelstrof/com.naelstrof.orbitcam.git#v1.0.1",
"version": "https://github.com/naelstrof/com.naelstrof.orbitcam.git#v1.0.2",
"depth": 0,
"source": "git",
"dependencies": {
Expand All @@ -81,7 +81,7 @@
"com.naelstrof.unityscriptablesettings": "2.4.5",
"com.unity.inputsystem": "1.7.0"
},
"hash": "231eeec3735562444407de13b7c67e596fe07e29"
"hash": "598555e1fb4c4e5cad3406fb9733a7507d9a5f4f"
},
"com.naelstrof.penetrationtech": {
"version": "file:com.naelstrof.penetrationtech",
Expand Down

0 comments on commit fee8d99

Please sign in to comment.