Skip to content

Commit

Permalink
finished first version of pathfinding code
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaleo committed Jul 15, 2024
1 parent fcdda78 commit 9d53f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/Models/InstancedBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace OmegaLeo.Toolbox.Runtime.Models
[Documentation("InstancedBehavior<T>", "Create an instanced MonoBehaviour of type T which can than be called by using <ClassName>.instance")]
public class InstancedBehavior<T> : MonoBehaviour where T: Component
{
public static T instance;
private static T instance;

protected virtual void Awake()
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pt.omegaleo.toolbox",
"version": "1.0.6-rc",
"version": "1.0.7-rc",
"displayName": "Omega Leo's Toolbox",
"description": "This package contains some essential scripts and assets to help optimize the game creation workflow",
"unity": "2021.3",
Expand Down

0 comments on commit 9d53f4b

Please sign in to comment.