Skip to content

Commit 781af6d

Browse files
committed
Updated changelog
1 parent 24aec37 commit 781af6d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Assets/Examples/BasicExample.asset

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ MonoBehaviour:
5656
jsonDatas: '{"GUID":"0bb81f44-19ac-4b15-a7a6-f0f319a6d5c7","computeOrder":18,"position":{"serializedVersion":"2","x":1584.0,"y":639.0,"width":178.0,"height":264.0},"expanded":true,"debug":false,"nodeLock":false,"padding":0.0}'
5757
- type: DrawerFieldTestNode, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
5858
PublicKeyToken=null
59-
jsonDatas: '{"GUID":"a93ff68f-3bcb-4234-815f-f44501daf144","computeOrder":19,"position":{"serializedVersion":"2","x":716.8695678710938,"y":886.3478393554688,"width":369.0000305175781,"height":501.0},"expanded":false,"debug":false,"nodeLock":false,"vector4":{"x":0.0,"y":0.0,"z":0.0,"w":0.0},"vector3":{"x":0.0,"y":0.0,"z":0.0},"vector2":{"x":0.0,"y":0.0},"floatInput":0.0,"intInput":0,"intInput2":0,"stringInput":"Hello","color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"gameObject":{"instanceID":0},"animationCurve":{"serializedVersion":"2","m_Curve":[],"m_PreInfinity":2,"m_PostInfinity":2,"m_RotationOrder":4},"rigidbody":{"instanceID":0}}'
59+
jsonDatas: '{"GUID":"a93ff68f-3bcb-4234-815f-f44501daf144","computeOrder":19,"position":{"serializedVersion":"2","x":716.8695678710938,"y":886.3478393554688,"width":369.0000305175781,"height":501.0},"expanded":false,"debug":false,"nodeLock":false,"vector4":{"x":0.0,"y":0.0,"z":0.0,"w":0.0},"vector3":{"x":0.0,"y":0.0,"z":0.0},"vector2":{"x":0.0,"y":0.0},"floatInput":0.0,"intInput":0,"intInput2":0,"stringInput":"Hello","color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"gameObject":{"instanceID":0},"animationCurve":{"serializedVersion":"2","m_Curve":[],"m_PreInfinity":2,"m_PostInfinity":2,"m_RotationOrder":4},"rigidbody":{"instanceID":0},"layerMask":{"serializedVersion":"2","m_Bits":0}}'
60+
- type: InspectorNode, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
61+
jsonDatas: '{"GUID":"fc76049e-5e1f-422a-a991-b02e5ed5ee67","computeOrder":20,"position":{"serializedVersion":"2","x":1024.9176025390625,"y":766.064697265625,"width":100.0,"height":100.0},"expanded":false,"debug":false,"nodeLock":false,"input":0.0,"output":0.0,"additionalSettings":false,"additionalParam":""}'
6062
edges:
6163
- GUID: 04cee6c7-b233-40e1-b41a-31f6093f1482
6264
owner: {fileID: 11400000}
@@ -261,8 +263,8 @@ MonoBehaviour:
261263
height: 101
262264
title: New Sticky Note
263265
content: Write your text here
264-
position: {x: -654, y: -1461, z: 0}
265-
scale: {x: 1.7490063, y: 1.7490063, z: 1}
266+
position: {x: -688, y: -349, z: 0}
267+
scale: {x: 1.15, y: 1.15, z: 1}
266268
references:
267269
version: 1
268270
00000000:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.3]
8+
9+
### Fixed
10+
- Fix selection lost after undo / redo
11+
- Fix node not removed from the inspector when the node is deleted in the graph
12+
- Fix performance issue with port sync
13+
- Fix nodes not disabled when deleted due to undo/redo
14+
715
## [0.9.2]
816

917
### Added

0 commit comments

Comments
 (0)