Author Topic: Tween Not Working On Android  (Read 2955 times)

Gaudon

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Tween Not Working On Android
« on: March 19, 2014, 07:19:41 AM »
This is from the ADB debug console:

  1. 03-19 09:47:53.706: I/Unity(15424): NullReferenceException: Object reference not set to an instance of an object
  2. 03-19 09:47:53.706: I/Unity(15424):   at UITweener.Update () [0x00000] in <filename unknown>:0
  3.  

How do I even begin to debug this? The issue isn't present on PC.

Edit: There certainly doesn't seem to be a way around this. Other tweens seem to work, I can't begin to understand why this wouldn't. It's not the only tween I have assigned to a UILabel either. I'm just going to have to remove it and perhaps find another solution.
« Last Edit: March 19, 2014, 09:44:05 AM by Gaudon »

Gaudon

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: Tween Not Working On Android
« Reply #1 on: March 19, 2014, 08:51:26 AM »
I've surrounded everything with null checks, and nothing comes back as null (expected since I don't see this behaviour on PC).

Yet when I run on android the labels with tweens disappear.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Tween Not Working On Android
« Reply #2 on: March 20, 2014, 01:50:50 AM »
Turn off multi-threaded rendering. It's bugged to hell and back. That's about all I can think of that would cause weird issues.