Skip to content

Commit

Permalink
- Fixed issues with builds (auto-added using clauses that stopped com…
Browse files Browse the repository at this point in the history
…pilation in release mode)
  • Loading branch information
DiogoDeAndrade committed Dec 31, 2024
1 parent 3d27e74 commit 985f7cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Assets/OkapiKit/Scripts/Systems/GridObject.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Codice.CM.Common.Tree.Partial;
using System;
using System.Collections.Generic;
using Unity.VisualScripting.YamlDotNet.Core.Tokens;
using UnityEngine;
using UnityEngine.Tilemaps;

Expand Down
2 changes: 1 addition & 1 deletion Assets/OkapiKit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.videojogoslusofona.okapikit",
"displayName": "OkapiKit",
"version": "1.17.0",
"version": "1.17.1",
"unity": "6000.0",
"description": "OkapiKit is a toolkit for creation of simple games without code.",
"keywords": [ "kit" ],
Expand Down
4 changes: 2 additions & 2 deletions Assets/OkapiKitSamples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.videojogoslusofona.okapikit.samples",
"displayName": "OkapiKit Samples",
"version": "1.17.0",
"version": "1.17.1",
"unity": "6000.0",
"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.17.0"
"com.videojogoslusofona.okapikit": "1.17.1"
},
"author": {
"name": "Videojogos ULHT",
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## V1.17.1

- Fixed issues with builds (auto-added using clauses that stopped compilation in release mode)

## V1.17.0

- DestroyObject action can now reference collider object
Expand Down

0 comments on commit 985f7cb

Please sign in to comment.