You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use over 200 images
`
public static class AddTrackImageLibraryTest
{
[MenuItem("DebugTool/Add Image Lib")]
public static void AddImageLibrary()
{
string selectedFolder = AssetDatabase.GetAssetPath(Selection.activeObject);
XRReferenceImageLibrary lib = Selection.activeObject as XRReferenceImageLibrary;
This is the script I am currently using,when i add more than 200 images. ar trackable system not work,and i see this error
"ar_image_tracking_provider_t <0x3008468b0>: Failed to set up image tracking with error: Too many images were supplied."
The text was updated successfully, but these errors were encountered:
I need to use over 200 images
`
public static class AddTrackImageLibraryTest
{
[MenuItem("DebugTool/Add Image Lib")]
public static void AddImageLibrary()
{
string selectedFolder = AssetDatabase.GetAssetPath(Selection.activeObject);
XRReferenceImageLibrary lib = Selection.activeObject as XRReferenceImageLibrary;
}
`
This is the script I am currently using,when i add more than 200 images. ar trackable system not work,and i see this error
"ar_image_tracking_provider_t <0x3008468b0>: Failed to set up image tracking with error: Too many images were supplied."
The text was updated successfully, but these errors were encountered: