-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added access function to closed property on Path
- Fixed bug where spawn action uses prefab even when there's a spawner
- Loading branch information
1 parent
ef1a080
commit c3c86ea
Showing
6 changed files
with
125 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "com.videojogoslusofona.okapikit", | ||
"displayName": "OkapiKit", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"unity": "2022.3", | ||
"description": "OkapiKit is a toolkit for creation of simple games without code.", | ||
"keywords": [ "kit" ], | ||
"category": "kit", | ||
"dependencies": {}, | ||
"author": { | ||
"name": "Diogo de Andrade - ULHT", | ||
"name": "Videojogos ULHT", | ||
"url": "https://github.com/VideojogosLusofona" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "com.videojogoslusofona.okapikit.samples", | ||
"displayName": "OkapiKit Samples", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"unity": "2022.3", | ||
"description": "OkapiKit is a toolkit for creation of simple games without code. This package is just the samples for OkapiKit, they are not required to use Okapi Kit, and requires the Okapi Kit package.", | ||
"keywords": [ "okapi", "samples" ], | ||
"category": "samples", | ||
"dependencies": {}, | ||
"relatedPackages": { | ||
"com.videojogoslusofona.okapikit": "1.11.0" | ||
"com.videojogoslusofona.okapikit": "1.11.1" | ||
}, | ||
"author": { | ||
"name": "Diogo de Andrade - ULHT", | ||
"name": "Videojogos ULHT", | ||
"url": "https://github.com/VideojogosLusofona" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters