Skip to content

Commit 6aa0a13

Browse files
committed
Version 1.1.8.
1 parent cbd04ab commit 6aa0a13

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Release Notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# artoolkitX for Unity Release Notes
22
------------------------------------
33

4+
## Version 1.1.8
5+
### 2023-05-14
6+
7+
Changes:
8+
* Add UnityEvent bindings to ARTrackedObject's events (found, tracked, lost) (and also legacy ARTrackedCamera). The legacy broadcast event bindings are still available but the UnityEvent interface offers better performance and flexibility.
9+
* Fixed callback stub handling in the plugin interface.
10+
* Restored Android and iOS camera permissions requests in StartAR (that were lost in the update to v1.1.2).
11+
* ARController.StartAR is now a co-routine, and will no longer be called from ARController.UpdateAR.
12+
* On Android, removed AndroidManifest.xml and replaced with build post-processor to insert required permissions and features into the Unity-provided manifest.
13+
* Tweak built sample app packge ID.
14+
* Fixed iOS build by adding ARX's dependent libs, plus overhauled post-processor to add linking to sqlite.
15+
Also tidied up ScreenOrienation warning.
16+
417
## Version 1.1.7
518
### 2023-05-08
619

Source/Package/Assets/artoolkitX-Unity/Scripts/Editor/ARToolKitMenuEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public class ARToolKitMenuEditor : MonoBehaviour {
5353
private const string SOURCE_URL = "https://github.com/artoolkitx/artoolkitx";
5454
private const string PLUGIN_SOURCE_URL = "https://github.com/artoolkitx/arunityx";
5555
//private const string TOOLS_URL = "http://artoolkit.org/download-artoolkit-sdk#unity";
56-
private const string VERSION = MENU_PATH_BASE + "/artoolkitX for Unity Version 1.1.6";
56+
private const string VERSION = MENU_PATH_BASE + "/artoolkitX for Unity Version 1.1.8";
5757
private const string WINDOWS_UNITY_MESSAGE = "Thank you for choosing artoolkitX for Unity! " +
5858
"<b>artoolkitX requires the Microsoft C++ Redistributables to be installed on your system.</b>\n" +
5959
"Please select \"{0}\" from the menu above, and install the required packages.";
60-
private const string GET_TOOLS_MESSAGE = "artoolkitX for Unity Version 1.1.6! <b>To make your own markers, you'll need to download our tools.</b>\n" +
60+
private const string GET_TOOLS_MESSAGE = "artoolkitX for Unity Version 1.1.8! <b>To make your own markers, you'll need to download our tools.</b>\n" +
6161
"Please select {0} from menu above to download them.";
6262

6363
static ARToolKitMenuEditor() {

Source/Package/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 1.1.7
137+
bundleVersion: 1.1.8
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)