Skip to content

Commit bd9938b

Browse files
committed
0.6.0
1 parent 8087fc4 commit bd9938b

6 files changed

Lines changed: 255 additions & 96 deletions

File tree

Packages/org.centurioncc.system.commands/Runtime/Command/GameManagerCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public override string OnCommand(NewbieConsole console, string label, string[] v
7878
case "version":
7979
{
8080
console.Println($"Centurion System - v{GameManager.GetVersion()}");
81-
console.Println("Centurion System Commands - v0.6.0-rc.3");
81+
console.Println("Centurion System Commands - v0.6.0");
8282
return GameManager.GetVersion();
8383
}
8484
case "license":

Packages/org.centurioncc.system.commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.centurioncc.system.commands",
3-
"version": "0.6.0-rc.3",
3+
"version": "0.6.0",
44
"displayName": "Centurion System Commands",
55
"description": "Additional NewbieConsole commands module for Centurion System",
66
"unity": "2019.4",

ProjectSettings/EditorBuildSettings.asset

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
77
m_Scenes: []
8-
m_configObjects: {}
8+
m_configObjects:
9+
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: efb9c9d6b9c45e74f8c84c815d7d712b,
10+
type: 2}

0 commit comments

Comments
 (0)