This commit is contained in:
SoulliesOfficial
2025-09-05 10:14:45 -04:00
parent 4031b29245
commit d4fcca7740
65 changed files with 838 additions and 294 deletions

View File

@@ -35,7 +35,7 @@ namespace Ichni.RhythmGame.ThemeBundles.Basic
private bool IsMouseOver()
{
//Raycast to check if mouse is over the object
Ray ray = GameManager.instance.cameraManager.gameCamera.gameCamera.ScreenPointToRay(Mouse.current.position.ReadValue());
Ray ray = GameManager.instance.cameraManager.gameCamera.cam.ScreenPointToRay(Mouse.current.position.ReadValue());
if (Physics.Raycast(ray, out RaycastHit hit))
{
if (hit.collider == triggerCollider)

View File

@@ -69,7 +69,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _Exposure: 1
- _Exposure: 0.8
- _Glossiness: 0.5
- _Metallic: 0
- _Mode: 0

View File

@@ -69,7 +69,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _Exposure: 1
- _Exposure: 0.8
- _Glossiness: 0.5
- _Metallic: 0
- _Mode: 0

View File

@@ -69,7 +69,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _Exposure: 1
- _Exposure: 0.8
- _Glossiness: 0.5
- _Metallic: 0
- _Mode: 0

View File

@@ -69,7 +69,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _Exposure: 1
- _Exposure: 0.8
- _Glossiness: 0.5
- _Metallic: 0
- _Mode: 0

View File

@@ -69,7 +69,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _Exposure: 1
- _Exposure: 0.8
- _Glossiness: 0.5
- _Metallic: 0
- _Mode: 0