Search Unity

Alembic animation not playing in android

Discussion in 'Android' started by suriyaspi, Dec 26, 2018.

  1. suriyaspi

    suriyaspi

    Joined:
    Aug 31, 2018
    Posts:
    1
    Hi,

    I have created an app and import .abc file using AlembicForUnity.unitypackage. Animation works on editor but after build in apk its not playing.
     
    gundf2012 likes this.
  2. gundf2012

    gundf2012

    Joined:
    Feb 4, 2015
    Posts:
    1
    Exactly the same problem. Please help.
     
  3. crogers

    crogers

    Joined:
    Jul 14, 2012
    Posts:
    8
    When I looked at this when it came out it used some assembly library for x86 for speed. Since then I think that might work on Android.

    But checkout Houdini's gamedev tools vertex animation shader, that's what I use on Android and ARCore.
     
  4. dragologic

    dragologic

    Joined:
    Oct 28, 2012
    Posts:
    16
    Does anyone found solution?
     
  5. robertono

    robertono

    Joined:
    Jun 3, 2014
    Posts:
    23
    Not working,
    A scripted object (probably UnityEngine.Formats.Alembic.Importer.AlembicStreamDescriptor?) has a different serialization layout when loading. (Read 44 bytes but expected 156 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
     
  6. TheSwanCollective

    TheSwanCollective

    Joined:
    May 6, 2016
    Posts:
    26
    Any news on this? Alembic objects with animation not showing up on Oculus Quest (firmware 15) at all.
     
  7. Grish_tad

    Grish_tad

    Joined:
    Oct 11, 2013
    Posts:
    2
    The Alembic Package is compatible with Unity Editor 2018.1 and above.

    The package is available on these 64-bit desktop platforms:

    • Microsoft® Windows® 10
    • macOS® Sierra (10.12)
    • GNU/Linux (CentOS 7, Ubuntu 16.x and Ubuntu 17.x)
     
  8. Deleted User

    Deleted User

    Guest

    This is what i found in the unity documentation

    • Alembic for Unity only supports the following build targets: Windows 64-bit, MacOS X, Linux 64-bit, and Stadia.
     
    federico-francesco likes this.