Skip to content

Commit

Permalink
Merge pull request #191 from crashkonijn/fix/various-v3-improvements
Browse files Browse the repository at this point in the history
Fix: various v3 improvements
  • Loading branch information
crashkonijn authored Jul 3, 2024
2 parents b9099a8 + d6d66af commit 809eea5
Show file tree
Hide file tree
Showing 47 changed files with 926 additions and 859 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class SettingsBehaviour : MonoBehaviour

public GameObject applePrefab;
public GameObject agentPrefab;
[FormerlySerializedAs("agentType")] public GoapSetBehaviour goapSet;
public AgentTypeBehaviour agentType;

public TextMeshProUGUI appleCountText;
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions Demo/CrashKonijn.Goap.Runtime.csproj.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Cobservers/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Cresolvers/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Cscriptables/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Cscriptables_005Clegacy/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Csensors/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=_002E_002E_005Cpackage_005Cruntime_005Ccrashkonijn_002Egoap_002Eruntime_005Cserializables/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading

0 comments on commit 809eea5

Please sign in to comment.