poprawki materialy unity 6, pajaki, podmiana katalogu FSM w AIControlerze, zmiana w Spider 2.0 Behaviours , skopane zycie bylo, ladowalo pajaka z zyciem 2.

This commit is contained in:
szczuras4
2024-12-28 00:03:40 +01:00
parent c596494d77
commit e75b093317
553 changed files with 48087 additions and 68332 deletions

View File

@@ -7,7 +7,7 @@
{
public override string categoryName
{
get { return ""; }
get { return "Detection/"; }
}
public override string defaultName
{
@@ -16,8 +16,7 @@
public override bool Decide(vIFSMBehaviourController fsmBehaviour)
{
if (fsmBehaviour.aiController == null || !fsmBehaviour.aiController.currentTarget.isCharacter) return false;
return fsmBehaviour.aiController.currentTarget.character.isCrouching;
throw new System.NotImplementedException("TODO");
}
}
}