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
@@ -11,7 +11,11 @@ namespace Ashwild.Interaction
{
/// <summary>
/// Short label describing the action, shown under the crosshair while the
/// player is aiming at this target (e.g. "Pick up Wood", "Open").
/// player is aiming at this target (e.g. "Pick up Wood", "Open"). Returning
/// null or empty means "no interaction offered right now" — PlayerInteractor
/// skips such targets entirely (no hover, no Interact call), so a component may
/// implement IInteractable yet stay inert until it opts in (e.g. a Harvestable
/// that is only gatherable by hand when its bare-hand flag is set).
/// </summary>
string InteractionPrompt { get; }