Skip to content

Experimental version does not apply texture to RawImage (NULL texture error on Android build) #72

@andrewmautone

Description

@andrewmautone
Image

Description

I'm trying to use the experimental version in my project, but the animation is not being applied to the RawImage texture.

This issue happens as soon as the project platform is switched to Androidno build is required.
When this happens, the RawImage remains empty and Unity logs the following error:

Attempting to bind a NULL or empty texture.
Perhaps the texture contains no image data or has an invalid size.

For comparison, the non-experimental (stable) version works correctly under the same conditions.


Environment

  • Unity version: 6.3
  • Platform: Android (project platform switch only, no build)
  • Package version: Experimental
  • Comparison: Stable / non-experimental version works as expected

Steps to Reproduce

  1. Open the project in Unity 6.3
  2. Switch the project platform to Android
  3. Add a RawImage component to a Canvas
  4. Add Animated Image (Script) to the same GameObject
  5. Assign a valid animation JSON (e.g. Soccer Ball)
  6. Enter Play Mode
  7. Observe that the RawImage remains empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions