{"_id":"com.unity.muse.behavior","name":"com.unity.muse.behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes.","provider":"upm","versions":{"0.11.0":{"_upm":{"changelog":"### Fixed\n- Updated Muse Common to 2.0.1 and performed fixes.\n- Updated AppUI to 2.0.0-pre.8."},"unity":"2022.3","upmCi":{"footprint":"942b27d38b5078ea35c2fa2ddb28513ddfca0506"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"e77af5d287b5a8659efdd237c79adb68fbe40754"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.11.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.11/manual/index.html","name":"com.unity.muse.behavior","version":"0.11.0","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.8","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"2.0.1","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"f9d922c99eac11eede95957ad3e78137bc57a634","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.11.0.tgz"}},"0.11.0-exp.1":{"_upm":{"changelog":"### Fixed\n- Updated Muse Common to 2.0.1 and performed fixes.\n- Updated AppUI to 2.0.0-pre.8."},"unity":"2022.3","upmCi":{"footprint":"90d33339fb4c744e5935a5a2abfa6b3460834043"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"fc89e7cb0ef1b67dc06b97f811d5d8a62cd3fd50"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.11.0-exp.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.11/manual/index.html","name":"com.unity.muse.behavior","version":"0.11.0-exp.1","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.8","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"2.0.1","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"64e277de4fa4188b65182d509a58b1c77ebbd249","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.11.0-exp.1.tgz"}},"0.10.1":{"_upm":{"changelog":"### Fixed\n- Enum fields in a condition don't save user's choice of enum value.\n\n### Known Issues\n- Graph Editor performance can be slow at the start of an action when there are a lot of nodes.\n- Sometimes after dragging a node in and out of a sequence it won't be sequenceable and edges won't connect to it. Re-opening the asset seems to fix it.\n- Undo/Redo often causes exceptions.\n- Edge rendering has a bit of a snap when moving the lower node above the top node. Needs to be smoothed out.\n- Dragging multiple nodes out of a sequence sometimes causes them to be on top of each other.\n- Editor window does not react to asset name changes until the window is reopened.\n- When creating a new node (i.e. Action, Modifier, Sequencing/Flow), the dialog does not immediately focus the “Name” input field, nor does it automatically focus the “Story” input field.\n- Graph Asset gets serialized with minor changes even when no changes were made."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"164c15e33c43214750d85112b4ad70a0347f16c0"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"b9a6645280196ede4797bb535337acb3edbe7419"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.10.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.10/manual/index.html","name":"com.unity.muse.behavior","version":"0.10.1","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes. ","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.3","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"859bd046f034c7d19c155dfe92bdeaa6096ee128","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.10.1.tgz"}},"0.10.0":{"_upm":{"changelog":"### Added\n- Documentation. Documentation!!! Rejoice!\n\n### Fixed\n- BlackboardVariable will only invoke its OnValueChanged callback if the value has changed. This also fixes situatiosn where the Variable Value Changed Condition was called when the same value was set.\n- BehaviorGraphAgent is now public instead of internal when Netcode For GameObjects is included.\n- Abort/Restart nodes inspector label is fixed to correctly say \"Restarts if\"/\"Aborts if\" depending on the node type.\n- Dragging a node within a sequence won't move it if the insertion is where the node already is.\n- Improve edge rendering when the end point is above the start point.\n- Warnings with regard to UI Toolkit attributes in Unity 6.\n\n### Changed\n- Conditional nodes (Conditional Guard, Conditional Branch & Repeat While Condition) will now accept custom conditions, and multiple conditions can be added on the nodes.\n- Reduced impact on build size by over ~100 MB by removing assets from Resource folders.\n- Add Node window title will be \"Add Node\" instead of Root when at the root option.\n- Dragging items into a sequence will sort them by order on the graph, not selection order.\n- Rename the Node Inspector title from \"Inspector\" to \"Node Inspector\".\n- Story text fields on Modifier and Sequencing node wizards are now optional.\n- Added more documentation.\n\n### Known Issues\n- Sometimes after dragging a node in and out of a sequence it won't be sequenceable and edges won't connect to it. Re-opening the asset seems to fix it."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"5ebe924233dbe0e163900599b75b3c248a52ebd4"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"6a8ed57021d65f550172618e29d3f9cec83aef3f"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.10.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.10/manual/index.html","name":"com.unity.muse.behavior","version":"0.10.0","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes. ","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.3","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"772e830cfdc4c1ec468b96c103a0fe1b90897467","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.10.0.tgz"}},"0.9.1":{"_upm":{"changelog":"### Fixed\n- Move an Editor only method call that leaked into the runtime in #if UNITY_EDITOR."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"5ff374d8780fadcde03c6e0a29ecabad50246e48"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"d6d18cebef3d63bcf4dd8b92d300e2f530453411"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.9.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.9/manual/index.html","name":"com.unity.muse.behavior","version":"0.9.1","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes. ","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.2","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"8ea4fdf94233b8f46eae24086c623ef5e1dd4dcf","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.9.1.tgz"}},"0.9.0":{"_upm":{"changelog":"### Added\n- Added new Abort and Restart nodes for interrupting branch execution.\n- Condition wizard that enables custom condition creation for Abort and Restart nodes, which can be found through the 'Create new Condition' option when assigning a condition through the inspector.\n\n### Fixed\n- Fixed null reference errors when ending nodes with no child assigned.\n- Improved the visual appearance of nodes by removing extra margins on LinkFields.\n- Changes to subgraph assets will now trigger referencing graph assets to be rebuilt.\n- Domain reloads will no longer create duplicate runtime assets.\n- Deleting custom node scripts will no longer cause the graph to be corrupt.\n- Fixed an issue where dialog windows would collapse in size when the graph editor window was resized.\n- Fixed an issue where setting the Start node Repeat value from the inspector did not update on the graph node.\n\n### Changed\n- Nodes in a graph which had their scripts deleted will be replaced with placeholder nodes. These nodes are skipped at runtime.\n- Moved the BehaviorGraphAgent component to AI/Muse Behavior Agent.\n- Added an icon to the BehaviorGraphAgent component.\n- Added info icon to Placeholder Toast message.\n- Moved Placeholder Toast to the top.\n- Moved the close button to be always on the right side of dialog elements.\n- Link button now tints on mouse hover, showing you can click it."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"95fd9d941789119d11edcd1495d9ee77a1548832"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"8a4af75fbe14d80e977e8e5b1e6d0e4dc62e2214"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.9.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.9/manual/index.html","name":"com.unity.muse.behavior","version":"0.9.0","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes. ","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"2.0.0-pre.2","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"314c373749329cbe6b7728a93b8baf89ec830361","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.9.0.tgz"}},"0.8.0":{"_upm":{"changelog":"### Fixed\n- Fixed WebGL build failures due to compilation errors stemming from reference to the Unity.Muse.Chat namespace.\n- Link fields for enum types are now preserved on IL2CPP platforms.\n- Enums should no longer be populated with the wrong members. Old enum variables with the error should be deleted and re-added.\n\n### Changed\n- Nodes no longer need to end their child nodes in OnEnd(). The OnEnd method will serve purely for managing the wrap-up of the node's execution."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"daa103910b00130b30bce1909a0049dc6ce8e2ac"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"cff62b02f899925056be05e0c6fcc78e7d101eb2"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.8.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.8/manual/index.html","name":"com.unity.muse.behavior","version":"0.8.0","displayName":"Muse Behavior","description":"An early stage graph tool for authoring and running behavior trees. With the Unity Muse subscription, you can use LLM to generate behavior trees from text prompts and create code for new action nodes. ","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"4f7b909c4ab12e8462790881490c96e02f5e9a74","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.8.0.tgz"}},"0.7.1":{"_upm":{"changelog":"### Added\n- Debug nodes for logging variable values to the console.\n- Added Muse dropdown to the graph editor toolbar.\n- Using Generative AI features now consumes Muse points.\n\n### Fixed\n- Applied correct minimum sizes for the Blackboard and Inspector floating panel content.\n- Fixed flex style values on branch correction widget panel elements.\n- Fixed cast exceptions upon aligning nodes while edges are selected.\n- Ensured that list variable item input fields are full width on Blackboard.\n- Fixed mismatched field type warnings on conditional nodes and set variable value nodes.\n- Event nodes will now correctly update which channel they are listening on when the channel variable is reassigned.\n\n### Changed\n- Moved OnValueChanged callback to base BlackboardVariable class.\n- Generative AI features now use the Muse Chat backend.\n\n### Changed\n- Disabled behavior graph agents are no longer selectable in the debug menu."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"26f590147e1d609ab05830c451b76b9993714747"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"0ca3a3ea82bf9a5573394a0e5aaada56bad15094"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.7.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.7/manual/index.html","name":"com.unity.muse.behavior","version":"0.7.1","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"5d61eea5cf7e694645fc3439a8217b237ca8c7a9","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.7.1.tgz"}},"0.7.0":{"_upm":{"changelog":"### Added\n- Debug nodes for logging variable values to the console.\n- Added Muse dropdown to the graph editor toolbar.\n- Using Generative AI features now consumes Muse points.\n\n### Fixed\n- Applied correct minimum sizes for the Blackboard and Inspector floating panel content.\n- Fixed flex style values on branch correction widget panel elements.\n- Fixed cast exceptions upon aligning nodes while edges are selected.\n- Ensured that list variable item input fields are full width on Blackboard.\n- Fixed mismatched field type warnings on conditional nodes and set variable value nodes.\n- Event nodes will now correctly update which channel they are listening on when the channel variable is reassigned.\n\n### Changed\n- Moved OnValueChanged callback to base BlackboardVariable class.\n- Generative AI features now use the Muse Chat backend.\n\n### Changed\n- Disabled behavior graph agents are no longer selectable in the debug menu."},"type":"assets","unity":"2022.3","upmCi":{"footprint":"a493bb0e140081c9556214005b6cfee5be081e91"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"95badc1db256cddd8964ab49e25a037a008efbfc"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.7.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.7/manual/index.html","name":"com.unity.muse.behavior","version":"0.7.0","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.muse.common":"1.0.0-pre.21","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"3f9e31d83756d0467273b2c00f43f33872f9d69c","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.7.0.tgz"}},"0.6.4":{"_upm":{"changelog":"### Fixed\n- An issue preventing certain nodes from being added to a sequence.\n- Enum creation wizard wouldn't create the fields correctly.\n- Node creation wizard stopped updating the preview node.\n- Debug warning when assigning a new type of enum to a switch node.\n\n### Known Issues\n- Enums which share a name with a class from another assembly don't always show correctly in the Blackboard.\n- An exception relating to SetName after domain reload."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"12d480df1d03648bc3641fc5c06b949004f25dd6"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"622742d35b251eefd7870f105a6f48ae1640fdd1"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.6.4"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.6/manual/index.html","name":"com.unity.muse.behavior","version":"0.6.4","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"7ebbf3c68506412dc888514473a66eb1bb6c6c29","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.6.4.tgz"}},"0.6.3":{"_upm":{"changelog":"### Fixed\n- Correctly modify event node fields after drag and drop an event channel blackboard variable."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"db28cd6c2bfbfd8ca9d3ad6e957c26f614321f8e"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"ca57ff541f735fe387f28c21b68eac6acdf7d465"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.6.3"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.6/manual/index.html","name":"com.unity.muse.behavior","version":"0.6.3","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"6ebcb42953bd075722239a7d1697540eb75f68cd","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.6.3.tgz"}},"0.6.2":{"_upm":{"changelog":"### Added\n- Allow drag and drop of variables from the Blackboard onto compatible Node fields (Unity versions 2023.2+ only).\n\n### Fixed\n- MoveTo actions: Improved stopping distance to take colliders into account and avoid situations navigation can't end.\n\n# Changed\n- Selecting a new node to be added after pressing the space key will add the node to the end of a sequence if one is selected."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"a004a9cd8b7563264fb271e48c331936d698a798"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"1fe93945f3a71ca1d8c8272f0c57686936d63419"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.6.2"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.6/manual/index.html","name":"com.unity.muse.behavior","version":"0.6.2","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"20704bfe79b25bc969be10941525c69fd346838e","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.6.2.tgz"}},"0.6.1":{"_upm":{"changelog":"### Fixed\n- SearchView: Returning in navigation will correctly select the previous node you entered.\n- Move To Target node should correctly update the Nav Mesh's destination if the target moved.\n- Fixed an exception related to event nodes."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"a6badbf51d75fe5e1f644d75ac17ec7ddac2ba82"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"6f29ad518a3a7b297f66e5f12018385ad1c02727"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.6.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.6/manual/index.html","name":"com.unity.muse.behavior","version":"0.6.1","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.6","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"71415afeae9dad375196eeb2f3d73d1d7634a57e","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.6.1.tgz"}},"0.6.0":{"_upm":{"changelog":"### Added\n- Added PlaceholderActionNodes \n- Added creating Placeholder nodes for missing actions when generating a branch with AI\n- Added PlaceholderActionNodes widget and navigation\n- List variable support.\n- Added a OnValueChanged callback for Blackboard variable value changes.\n- When connecting an edge, escape key will cancel the edge drag.\n- Node creation wizards will now show Vector4 in the dropdowns options.\n- Behavior Agent Inspector: Right click context menu to reset variables with an override.\n- Allow drag and drop asset to the Muse Behavior Graph field in the inspector.\n- Allow drag and drop asset on a GameObject in the hierarchy, adding the BehaviorAgent if needed.\n- Allow drag and drop asset on a GameObject inspector space, adding the BehaviorAgent if needed.\n\n### Fixed\n- Sticky node changes should register for serialisation correctly.\n- Dragging a node onto another to create a sequence should correctly maintain output connections.\n- Dragging a node or sequence onto an existing sequence, connections should be maintained where possible.\n- Search window keyboard controls and arrow navigation should work as expected.\n- Blackboard variables on agent that haven't been overwritten should update to new value.\n- After deleting an edge, undo correctly restores the link between the UI and asset data, preventing phantom edges.\n- Fixed LinkFields not updating their fields values reliably on undo-redo.\n\n# Changed\n- Area selection will now select edges.\n- Duplicating and pasting nodes will select the duplicated nodes.\n- Overwritten variables on the agent will show an '(Override)' label."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"54174b2aba91dac27c9cd8320419a1e88a338287"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"6a8a81430d00e3f92e94d92ccf0ef7c5214bd8b9"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.6.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.6/manual/index.html","name":"com.unity.muse.behavior","version":"0.6.0","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.2","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"c5aba400d58c6f2a362722b5bf6a9d7b3bb71295","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.6.0.tgz"}},"0.5.11":{"_upm":{"changelog":"### Fixed\n- Support with latest AppUI package (1.0.2)."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"0cb769bd040c30c8cbd50c0450f2c6cb7d5b3bde"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"762113ece3ca30c03209c091c888fec8ad596ae4"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.11"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.11","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.2","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"1391921b469acc980a8cd7e84d768eacd004c29e","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.11.tgz"}},"0.5.10":{"_upm":{"changelog":"### Added\n- Added a tooltip for node input fields which displays the field variable type.\n- Added a cooldown node.\n\n### Fixed\n- Fixed the placement of duplicated nodes. When using the duplicate hotkey (CTRL/CMD + D), nodes are now correctly placed at mouse position.\n- Fixed assignment of the graph owner object when switching graphs at runtime.\n- Fixed stripping of GUID properties in WebGL builds.\n- Fixed stripping node types in IL2CPP builds.\n- Fixed access to generative features for Muse subscribers.\n- Modifying fields in the blackboard now triggers the asset to save.\n- Fixed succeeder nodes indefinitely waiting after a child node has completed.\n- Fixed modifier nodes not resetting child branch statuses.\n- Patrol no longer gets stuck when there are only 2 points.\n- Including Netcode for GameObjects caused errors.\n\n### Changed\n- Reduced the visual size of sequences.\n- Increased the hit box for sequences.\n- Graphs now add an instance of a newly created type after generation."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"a9c07eb0afff29f79f269096aaca3f879b9d8c44"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"07b542073a68e472476bf57ec1486259500e338e"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.10"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.10","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.14","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"95e6c3efdcc6d1891389658c97ca7d357e2bb4b9","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.10.tgz"}},"0.5.8":{"_upm":{"changelog":"### Fixed\n- Fixed the alignment of the wizard panel title text. \n- Fixed the Vector field widths on inspector.\n- Fixed node generation issues when editing the definition of a built-in node.\n- Removed unnecessary user prompts when editing a node with hidden variables that are not included in the node story. \n- Fixed incorrect method access in BehaviorGraphAgent, causing Netcode for GameObjects errors."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"3462eb56dced9ab1f6315cadc7ce92fe1c97f180"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"107725d3d094b37724be179bffca02c6175222d9"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.8"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.8","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.9","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"88a2694c795e9c891b00b494d2733e4d965931f1","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.8.tgz"}},"0.5.7":{"_upm":{"changelog":"### Fixed\n- Max serialisation depth reached errors.\n- Vector styling in the inspector and nodes UI inside the graph.\n- Color and Vector fields not showing correctly in the GameObject inspector."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"aa9a43275dd0fa20365ae9fdc271a52766267b53"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"c4d0dd88d9d5abc200061dab195a2c5c7a2bed51"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.7"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.7","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.9","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"dba65b4b6f2c6e295b7baa2c678c6c99eaf5d392","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.7.tgz"}},"0.5.6":{"_upm":{"changelog":"### Fixed\n- Fixed VariableModel and TypedVariableModel related errors when building with IL2CPP.\n- Fixed exceptions in collision nodes.\n- UI: EnumLinkField text wrapping shouldn't happen anymore.\n- Error with Input System for Unity 2021.\n- Correctly diffrentiate InputSystem deprecated APIs across Unity versions.\n- LinkField label color wasn't right in some nodes.\n- Various Node UI fixes.\n- Certain nodes OnEnd weren't called.\n\n### Changed\n- Collision Nodes: If the tag is empty, detect all collisions.\n- Removed scroll bars from the graph canvas."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"3a2326c6be566e15eca272feb52b711e7f914537"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"e90bdfc0956dc6e1a54032e5680efe5497bbb7a0"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.6"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.6","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.4","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"a4cd7b17acffd742587d0f00e77034af21c1ed18","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.6.tgz"}},"0.5.5":{"_upm":{"changelog":"### Added\n- Minimum window size for Muse Behavior Window.\n- Move collision nodes from Sample to Package\n\n### Fixed\n- Fixed UnityEditor call preventing compilation.\n- Fixed certain type assignments in subgraph fields.\n- Missing meta file warnings.\n- Error with Input System for Unity 2021.\n\n### Changed\n- Updated documentation."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"3cde7b5278cfc8e13a16ac13242dd43521bd7f66"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"ee692841a2567dcd26d361d728c102a0be0348f6"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.5"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.5","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.4","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"25feb7b47fd68241321f003c68b7929d32af103a","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.5.tgz"}},"0.5.4":{"_upm":{"changelog":"### Fixed\n- Error after installing the package caused by the Domain Reload not finding test dependencies."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"e6e206378ced61139e2ba2805ecee90f2ebab95f"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"829cd1459c20dad78e6ee4cacbfc8842962d1293"},"relatedPackages":{"com.unity.muse.behavior.tests":"0.5.4"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.4","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.4","com.unity.modules.ai":"1.0.0","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"4de682930cb33969dbf15efa3151de87597b6010","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.4.tgz"}},"0.5.3":{"_upm":{"changelog":"### Added\n- Orange UI stripe on conditional action nodes.\n- Debug status for active subgraphs.\n- Allow opening the authoring graph by double clicking the runtime sub-asset.\n- Add inspectors for Conditional Guard, Branch and Repeat While nodes.\n\n### Fixed\n- Dependency on unit tests caused an exception on some versions of Unity.\n- BlacboardEnum attribute was internal, causing an error when used.\n- Fix loss of local value on Set Variable Value node.\n- An issue with subgraphs fields not allowing you to set certain types.\n- Incorrect null check in FindClosestWithTagAction and FindObjectWithTagAction, preventing them from functioning."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"8d0413f9752a226955fab5b3835d3661f9f7e29b"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"0a9c51364d23022f7e6f6dd3e7a8a17fda6c1b0e"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.3","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.4","com.unity.modules.ai":"1.0.0","com.unity.test-framework":"1.3.9","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"bbef28662108f2fd2b5e835fdee16a1829ee831e","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.3.tgz"}},"0.5.2":{"_upm":{"changelog":"### Added\n- New UI designs implemented.\n- Hotkeys: A and Shift+A to align selected nodess' immediate children (A) and all nodes under selected nodes (Shift+A).\n- Suggested variable types in node wizards.\n- Variable equality evaluator node types.\n- Auto-linking of variables by name and recent match.\n- Switch serialization of graph instances to use JSON to support 2021 LTS and 2022 LTS."},"type":"assets","unity":"2021.3","upmCi":{"footprint":"23d0e2667c6b48f0014993064468f32379b0821b"},"samples":[{"path":"Samples~/Example","description":"A simple Muse Behavior example.","displayName":"Muse Behavior Example"}],"registry":"https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.ai.designer-monorepo.git","type":"git","revision":"7c823ec3f84d4f9f7a63f6077e68b81d12731849"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.muse.behavior@0.5/manual/index.html","name":"com.unity.muse.behavior","version":"0.5.2","displayName":"Muse Behavior","description":"An experimental graph tool for authoring and running game AI.","keywords":["ai","behaviour trees"],"dependencies":{"com.unity.dt.app-ui":"1.0.0-pre.4","com.unity.modules.ai":"1.0.0","com.unity.test-framework":"1.3.9","com.unity.modules.animation":"1.0.0","com.unity.nuget.newtonsoft-json":"3.2.1","com.unity.modules.unitywebrequest":"1.0.0"},"dist":{"shasum":"aa56efaf2494e23adb98682ed1f01209731ed819","tarball":"https://download.packages.unity.com/com.unity.muse.behavior/-/com.unity.muse.behavior-0.5.2.tgz"}}},"time":{"0.11.0":"2024-09-05T14:39:34.688Z","0.11.0-exp.1":"2024-09-04T09:38:26.816Z","0.10.1":"2024-06-14T15:50:12.000Z","0.10.0":"2024-06-13T18:08:55.000Z","0.9.1":"2024-05-24T13:59:29.000Z","0.9.0":"2024-05-24T10:13:45.000Z","0.8.0":"2024-05-02T16:31:21.000Z","0.7.1":"2024-04-08T18:04:06.000Z","0.7.0":"2024-04-06T11:28:18.000Z","0.6.4":"2024-03-22T17:34:15.000Z","0.6.3":"2024-03-21T00:12:15.000Z","0.6.2":"2024-03-20T17:09:40.000Z","0.6.1":"2024-03-18T22:37:59.000Z","0.6.0":"2024-03-15T23:30:50.000Z","0.5.11":"2024-03-07T09:37:35.000Z","0.5.10":"2024-03-05T10:49:15.000Z","0.5.8":"2024-01-15T15:27:12.000Z","0.5.7":"2023-12-08T19:26:10.000Z","0.5.6":"2023-12-07T13:29:35.000Z","0.5.5":"2023-11-16T17:32:40.000Z","0.5.4":"2023-11-16T13:22:07.000Z","0.5.3":"2023-11-15T22:20:47.000Z","0.5.2":"2023-11-15T00:47:11.000Z"},"dist-tags":{"latest":"0.11.0"},"etag":"\"b3a2-ARCqKAjJXhywSsRXheNCETdyfEM\""}