Added skinned mesh collider. Changed Heat Reset from list to event action. Added curve to heat buildup

This commit is contained in:
Thorbjoern
2025-07-20 04:16:55 +02:00
parent aff0db9b64
commit 2dfa84a0e8
330 changed files with 32792 additions and 353 deletions
@@ -54,6 +54,8 @@ namespace GhostSystem
private DateTime latestLoadedTimestamp;
public static event Action OnRestartLoop;
[Serializable]
public class TrackedObjectBinding
{
@@ -247,11 +249,8 @@ namespace GhostSystem
if (Loop)
{
playbackTime = 0f;
foreach (RecieveHeat target in heatTargets)
{
target.SetHeat(0);
}
}
OnRestartLoop?.Invoke();
}
else
isPlaying = false;
}