Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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
0
Question by YazanDeAce · Oct 10, 2016 at 05:32 PM · assetbundleasset bundlesasset bundle

Error when loading new assetbundle

Hello, I've a game in which I've a loader and 4 different cases. For each case I've assigned 3 bundles (1 for materials/textures, 1 for prefabs and objects, and one for the scene). Loading each one individually works perfectly. I tried inserting a kind of a navigation system to go from case 1 to case 2, but that gives me a weird error. Firstly, I load the scene depending on which case was chosen, then I check if cases variable has been changed. if so, I Unload(false) the current bundle and load the new. When the game is about to download the next bundle I get this error:-

 uncaught exception: abort(84) at jsStackTrace@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:22814
 stackTrace@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:22997
 abort@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:36:51345
 b4m@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:29:1
 hga@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:22:1
 t1@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:19:1
 rRl@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:15:1
 gqk@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:6:1
 J4g@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:13:1
 _ol@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:15:1
 A1m@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:29:1
 invoke_iiii@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:365872
 FJ@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:19:1
 Ev@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:19:1
 zvb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:17:1
 EUb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:21:1
 jRb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:21:1
 iRb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:21:1
 rmb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:17:1
 L9a@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:14:1
 XOb@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:21:1
 F0e@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:20:1
 d1m@blob:http://dev.robogarden.ca/613b932f-ef60-4caa-bd44-e7de7d0af154:29:1
 Runtime.dynCall@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:6885
 Browser_mainLoop_runner/<@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:208149
 Browser.mainLoop.runIter@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:239269
 Browser_mainLoop_runner@blob:http://dev.robogarden.ca/1c7567f4-92d0-42b9-8368-f8e60b532949:1:208045
 
 If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.



Thanks in Advance !

Comment
Add comment · Show 1
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 YazanDeAce · Oct 10, 2016 at 08:42 PM 0
Share

Nvm. I fixed it.

0 Replies

· Add your reply
  • Sort: 

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

How to import the object from server to unity 2 Answers

AssetBundle - Broken link between Scene and Assets 0 Answers

failing to download assetbundle manifest object with UnityWebRequest 0 Answers

Unity AssetBundles error message 0 Answers

Addressable Assets Cache 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