Skip to content

Commit

Permalink
ver update
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev committed Apr 3, 2024
1 parent 8c30db7 commit 133f94c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
11 changes: 7 additions & 4 deletions Assets/Packages/com.studio23.ss2.dialoguesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# Changelog
## [v0.3.10] - 2023-3-22
## [v0.3.13]
1. Node Editor errors fixed

## [v0.3.10]
1. Can write dialogue without needing to setup/open localized string
1. Dialogue is synced with localized string.
1. Custom dialogue node Editor class added.
1. Multiple start nodes for dialogue
1. Dialogue Start Helper class with custom editor that shows all start nodes and allows selecting one of them.
## [v0.3.1] - 2023-4-1
## [v0.3.1]
1. Dialogue nodes now used localized strings
2. Sample scene updated with UI that supports localized strings
3. Fix incorrect choicebutton index

## [v0.3.0] - 2023-1-4
## [v0.3.0]
1. Added support for dialogue choices
2. Dialogue conditions and dialogue graph conditions added.
3. Refactored traversal code to not use casts
4. Fixed sample scene.

## [v0.2.1] - 2023-4-1
## [v0.2.1]

### Updated
1. Refactored codebase for a better public API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ MonoBehaviour:
m_FallbackState: 0
m_WaitForCompletion: 0
m_LocalVariables: []
ID:
Reaction:
SpeakerData:
Character: {fileID: 0}
Expression: {fileID: 0}
FMODEvent:
Exit: {fileID: 0}
Events: {fileID: 0}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.dialoguesystem",
"version": "0.3.12",
"version": "0.3.13",
"displayName": "Dialogue System",
"description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.",
"unity": "2022.3",
Expand Down

0 comments on commit 133f94c

Please sign in to comment.