Skip to content

Commit

Permalink
BlackboardPropertyReferenceDrawer paths are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorPastaman committed Sep 30, 2020
1 parent 0c300b5 commit 2a2200c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.1] - 2020-09-30

### Fixed

- BlackboardPropertyReferenceDrawer paths are fixed.

## [1.1.0] - 2020-09-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Editor/EditorTools/BlackboardPropertyReferenceDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace Zor.EventBasedBlackboard.EditorTools
{
public static class BlackboardPropertyReferenceDrawer
{
private const string BlackboardContainerPropertyName = "blackboardContainer";
private const string PropertyNamePropertyName = "propertyName";
private const string BlackboardContainerPropertyName = "m_BlackboardContainer";
private const string PropertyNamePropertyName = "m_PropertyName";

private const string SerializedContainersPropertyName = "m_SerializedContainers";

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zor.event-based-blackboard",
"version": "1.1.0",
"version": "1.1.1",
"displayName": "Event Based Blackboard",
"description": "Event Based Blackboard for Unity is a flexible data storage that can contain any count of properties of any type. The properties can be accessed with property names.",
"unity": "2018.4",
Expand Down

0 comments on commit 2a2200c

Please sign in to comment.