Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
1
Question by GenPhi · Feb 04, 2016 at 06:40 PM · animationunity 5iosbuildxcode

Objects with animation disappear in IOS build.

Running on a MacBook Pro Unity version 5.3.2f1 XCode version 7.2 (7C68)

Hi, I am having an issue where I have an animation applied to a coin making it rotate. The coin that is rotating is a child object of an empty named Coin. There is a spot light that shines on the coin that is a child of Coin as well. When I run project from Unity I see the coin rotating and the spot light. The same using Unity Remote 4 on my iPhone 6. But... When I build for iOS and compile in Xcode to my iPhone, there is no coin but there is a spot light. I can still collect the coin and everything works as normal...just not rotating coin.

There are other game objects that are doing the same thing.. Like a guy with a walking stick. His arm that's holding the walking stick is missing in the iOS build. It's the only part of him that's animated.

All that being said, anyone know why this is happening?

Thanks in advance!

Comment
Add comment · Show 5
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image GenPhi · Feb 04, 2016 at 07:39 PM 0
Share

UPDATE: I just tested by disabling the animator and making the coin rotate using iTween. The coin is there and rotating. Something I'm doing wrong with animations or with animations compiling to Xcode? Probably something simple but I'm at a loss...

avatar image GenPhi · Feb 07, 2016 at 02:51 AM 0
Share

I don't know if there are others out there with the problem but I've submitted a bug report on this. I'll keep everyone updated on anything I get back.

Here is the link to the bug submitted...

If anyone knows anything before I do, please let me know.

Thanks!!

avatar image GenPhi · Feb 11, 2016 at 04:23 AM 0
Share

Just an update...

Still no word on this.

avatar image GenPhi · Feb 17, 2016 at 07:36 PM 0
Share

Still waiting on an update from Unity. So far... nothing. I'll let everyone know as soon as I do.

avatar image GenPhi · Feb 24, 2016 at 06:23 PM 1
Share

I got a response... They were able to reproduce the problem but not in the 5.4 release. So.. when that's release hopefully problem solved.

6 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by puppets · Feb 05, 2016 at 05:15 PM

Same here... Only when we build on unity 5.3.x 5.2 is fine

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by EdgarY · Feb 23, 2016 at 03:15 PM

In animation window, you can right click rotation property and set interpolation method to euler angles (quaternion approximation). This will make your coin rotating and visible again. However, sometimes this property gets reset somehow back to euler angles, so about 1 in a 50 game launches you might get invisible object again. Still can't find out why this property keeps resetting occasionally.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Kendaros · Jun 09, 2016 at 01:38 AM 0
Share

You actually saved me a lot of time! Thank you, this worked very well. I used Quaternion ins$$anonymous$$d of Euler angles (quaternion approximation) though, but your answer was so damn useful!

avatar image
0

Answer by IceSheep · Feb 11, 2016 at 01:09 PM

Same behavior ! My animation make some rotations and finish to the starting point. The object is only visible at this position, so I see twice my object, at the start and the stop ... Unity 5.3.2f1

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by CakeJampbell · Feb 15, 2016 at 11:24 PM

Seeing this exact same issue. Rotating and changing position in animation. Shows up in editor not on Iphone build. On Version 5.3.2f1. Seems to certainly be a bug on 5.3

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by hulahoolgames · Feb 15, 2016 at 11:30 PM

I am getting the same behavior on Unity 5.3.2f1 personal edition. I had two cubes that were a child of an empty gameobject. The animator was attached to the parent and it was rotating the cubes. I saw the behavior @IceSheep mentioned where the cubes showed up only at the final position and not during the intermediate frames. That being said, I also later started having a different issue where I didn't see the object appear on my iphone. If I moved the animator from the parent to one of the child cubes, the cube it was attached to disappeared. So the animator was just making the object disappear. All these animations work well on the editor. Only when I build to my iphone i see this issue. Any help or update on this is appreciated.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image IceSheep · Feb 15, 2016 at 11:45 PM 0
Share

It's exactly the same case for me. So I tried to downgrade to 5.2 but another issues force me to keep this version, you can try this. For me I using iTween just for the rotations and animator for the others things, it's a nasty bugfix...

  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

87 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

iOs build fails on 5.3 1 Answer

converting managed assemblies to c++ building to ios and unity crashes 1 Answer

Monetization breaks iOS build in XCode. Also breaks Android build. 1 Answer

add new bool item to info.plist with UnityEditor.iOS.Xcode 2 Answers

unity 5.3 iOS mscorlib.dll error 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges