We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221fb4 commit a4249aaCopy full SHA for a4249aa
UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/Settings.cs
@@ -81,7 +81,7 @@ public static Settings Instance
81
EditorUtility.DisplayDialog("Kindly Notice",
82
"[JEngine] First time to use JEngine please read the document first! URL: jengine.xgamedev.net",
83
"Done");
84
- Application.OpenURL("https://jengine.xgamedev.net/documents/0.8/");
+ Application.OpenURL("https://jengine.xgamedev.net/documents/1.0/");
85
}
86
87
0 commit comments