Skip to content

Commit

Permalink
Merge pull request #17 from Studio-23-xyz/dev
Browse files Browse the repository at this point in the history
Fix tilda sample path
  • Loading branch information
BDeshiDev authored Jan 24, 2024
2 parents bf5c357 + 2a28250 commit 9d161bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.interactionsystem",
"version": "1.3.3",
"version": "1.3.4",
"displayName": "Interaction System",
"description": "An interaction system that supports: Toggleable, Pickups, Inspectable etc. types of interactions",
"unity": "2022.3",
Expand Down Expand Up @@ -32,7 +32,7 @@
{
"displayName": "Functional Example",
"description": "A scene containing example implementations of InteractableBase classes and nested interactions. To run: \n 1. Install DOTWEEN \n 2. Add the scripting define symbol UNITASK_DOTWEEN_SUPPORT in ProjectSettings/Player",
"path": "Samples/Demo/"
"path": "Samples~/Demo/"
}
],
"repository": {
Expand Down

0 comments on commit 9d161bf

Please sign in to comment.