Merge remote-tracking branch 'origin/feat/inport-props' into feat/craft-discovery

# Conflicts:
#	Assets/External/Animated PBR Chest Demo/Materials/WoodChest.mat
#	Packages/com.distantlands.cozy.core/Content/Integration/Import for BiRP.unitypackage.meta
#	Packages/com.distantlands.cozy.core/Content/Integration/Import for HDRP.unitypackage.meta
#	Packages/com.distantlands.cozy.core/Content/Integration/Import for URP.unitypackage.meta
This commit is contained in:
2026-07-25 19:42:26 +02:00
954 changed files with 999772 additions and 26193 deletions
@@ -3,7 +3,7 @@
using UnityEngine;
#if ENABLE_INPUT_SYSTEM && UNITY_INPUT_SYSTEM_EXISTS
#if ENABLE_INPUT_SYSTEM
using UnityEngine.InputSystem;
#endif
@@ -24,7 +24,7 @@ namespace ShatterStone
bool inputPressed = false;
Vector2 pointerPos = default;
#if ENABLE_INPUT_SYSTEM && UNITY_INPUT_SYSTEM_EXISTS
#if ENABLE_INPUT_SYSTEM
if (Mouse.current != null && Mouse.current.leftButton.wasPressedThisFrame)
{
inputPressed = true;