Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 /
avatar image
1
Question by shaun · Sep 17, 2014 at 08:02 AM · u3dxt

Does U3DXT support Unity 5?

Title pretty much says it all. Using the 5.0 beta and getting runtime errors on iOS, specifically:

 Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for U3DXT.iOS.Native.Foundation.NSUserDefaults ---> System.TypeInitializationException: An exception was thrown by the type initializer for U3DXT.iOS.Native.Internals._CoreExtrasInit ---> System.TypeInitializationException: An exception was thrown by the type initializer for U3DXT.Core.CoreXT ---> System.Exception: Exception of type 'System.Exception' was thrown.
   at U3DXT.Core.CoreXT._Init () [0x00000] in <filename unknown>:0 
   at U3DXT.Core.CoreXT..cctor () [0x00000] in <filename unknown>:0 
   --- End of inner exception stack trace ---
   at U3DXT.iOS.Native.Internals._CoreExtrasInit..cctor () [0x00000] in <filename unknown>:0 
   --- End of inner exception stack trace ---
   at U3DXT.iOS.Native.Foundation.NSUserDefaults..cctor () [0x00000] in <filename unknown>:0 
   --- End of inner exception stack trace ---
   at InitializationManager+<Start>c__Iterator19.MoveNext () [0x00000] in <filename unknown>:0 






Comment
Add comment · Show 7
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 shaun · Sep 17, 2014 at 09:40 AM 0
Share

The Unity guys won't fix this kind of issue, it's up to the creator of the asset. The U3DXT website requests all support queries to be posted here. I'm hoping they are on the Unity 5.0 beta list too.

avatar image robertblackwood · Mar 06, 2015 at 08:14 PM 0
Share

Seems like U3DXT is still broken with Unity 5, the cross-compilation fails when processing the dll

avatar image MigrantP · Mar 13, 2015 at 06:45 PM 0
Share

We use it for IAP and are running into exceptions with the most basic things, e.g. CoreXT.IsDevice. Here are the exception details:

Exception: Exception of type 'System.Exception' was thrown. at U3DXT.Core.CoreXT._Init () [0x00000] in :0 at U3DXT.Core.CoreXT..cctor () [0x00000] in :0 Rethrow as TypeInitializationException: An exception was thrown by the type initializer for U3DXT.Core.CoreXT

I tried manually selecting frameworks for the plugins to no avail.

avatar image RyanR1 · Mar 13, 2015 at 11:12 PM 0
Share

Did you ever find a solution for the above error? I am experiencing the exact same thing with the IAPs.

avatar image MigrantP · Mar 13, 2015 at 11:53 PM 0
Share

No solution yet, I tried to contact the author on Twitter & the Unity forums, and we'll see what happens.

Show more comments

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by RyanR1 · Mar 13, 2015 at 06:24 PM

U3DXT does support Unity 5 however in Unity 5 you now have to manually select frameworks and platforms for each plugin. You can do so by clicking the plugin and in the inspector window checking off each framework and platform.

Comment
Add comment · Show 4 · 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 Pendantic · Mar 13, 2015 at 07:42 PM 0
Share

Then which frameworks should we be ticking off?

avatar image RyanR1 · Mar 13, 2015 at 11:11 PM 0
Share

For IAPs you use Storekit, for Game Center use gamekit, etc.

avatar image hamokshaelzaki · Mar 24, 2015 at 02:57 PM 0
Share

This didn't work for me neither :\

avatar image Tekksin · Aug 10, 2015 at 11:59 AM 0
Share

would you please divulge a little more about this? I'm using the speech functionality from u3dxt, and it seems to be incompatible with unity 5. Can you supply images of the steps required to get u3dxt to build properly in and out of unity 5?

avatar image
0

Answer by GameIndica Entertainment · Mar 21, 2015 at 06:51 PM

Hi, I had the same issue. In the iOS build settings I chose IL2CPP as the scripting backend and viola :-) Makes sense because since feb 2015 all the iOS apps must be x64 so IL2CPP all the way.

Comment
Add comment · Show 3 · 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 MigrantP · Mar 21, 2015 at 08:13 PM 0
Share

Unfortunately we can't use IL2CPP yet because it's missing some functionality that we use at a low level. Unity is planning to fix it though.

avatar image MigrantP · Mar 23, 2015 at 12:55 PM 0
Share

On a lark, I tried IL2CPP and it also gets the same exception.

 Exception: Exception of type 'System.Exception' was thrown.
   at UnityEngine.StackTraceUtility.PostprocessStacktrace (System.String oldString, Boolean stripEngineInternalInformation) [0x00000] in <filename unknown>:0 
   at UnityEngineInternal.APIUpdaterRuntimeServices.AddComponent (UnityEngine.GameObject go, System.String sourceInfo, System.String name) [0x00000] in <filename unknown>:0 
   at U3DXT.Core.CoreXT._Init () [0x00000] in <filename unknown>:0 
   at U3DXT.Core.CoreXT..cctor () [0x00000] in <filename unknown>:0 
   at unibill.Dummy.Factory..ctor () [0x00000] in <filename unknown>:0 
   at UIRemoveExperience.OnClick () [0x00000] in <filename unknown>:0 
   at Handelabra.Sentinels.View.DLC$$anonymous$$anager.Awake () [0x00000] in <filename unknown>:0 
   at unibill.Dummy.Factory..ctor () [0x00000] in <filename unknown>:0 
 Rethrow as TypeInitializationException: The type initializer for 'U3DXT.Core.CoreXT' threw an exception.
   at UIRemoveExperience.OnClick () [0x00000] in <filename unknown>:0 
   at Handelabra.Sentinels.View.DLC$$anonymous$$anager.Awake () [0x00000] in <filename unknown>:0 
   at unibill.Dummy.Factory..ctor () [0x00000] in <filename unknown>:0 
 unibill.Dummy.Factory:.ctor()
avatar image hamokshaelzaki · Mar 24, 2015 at 12:58 PM 0
Share

I'm having the same issue, did you manage to solve it ? or should I revert back to a Unity 4 backup ?

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

8 People are following this question.

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

Related Questions

U3DXT Init failed, everything is setup 1 Answer

Using MediaExporter to save to MP3 1 Answer

U3DXT IAP - prevent pending transactions from starting download after Init() 1 Answer

Save and show image in iPhone Gallery 0 Answers

Has U3DXT been abandoned? 2 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