CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
About migration to SDK Ver.2.61

Major changes in version upgrade

In CRIWARE SDK for Unity Ver.2.61, the following changes have been made from Ver.2.60.
  1. Change the Android operation guarantee environment
    x86 support has been added for Android.
    In addition to the conventional armeabi-v7a version library (.so), you can use the x86 version library.

  2. Supports playback of audio data built for other models on Android
    Previous versions of the Android plug-in could only play audio data built for Android.
    Starting with this version, Android can play both data built for Android and data output for other models.

About changes to the plugin file structure

The file structure of the plugin has been partially changed.
Attention
If you import a new plugin package into an environment containing a previous plugin package, unnecessary files may remain in the Unity project, which may cause trouble.
Before importing Ver.2.61 unitypackage, be sure to delete the following files.
  • Assets/Plugins/Android/libcri_ware_unity.so
If you are managing plugin files with a source control tool, please reflect the changes below.

Previous version of plugin (changes only)
  * Assets

  \ * Plugins

    \ * Android

      \ * libcri_ware_unity.so

 

 

 

: Move folder

 

New version of the plugin (only differences)
  * Assets

  \ * Plugins

    \ * Android

      \ * libs

        o * armeabi-v7a

        | \ * libcri_ware_unity.so

        \ * x86

          \ * libcri_ware_unity.so

 

 

 

 

 

: Moved from directly under Plugins/Android

 

: Newly added