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 Sosowski · Jul 04, 2018 at 04:10 PM · assetbundlebuildpipeline

BuildPipeline.BuildAssetBundles doesn't omit Editor script paths

When using BuildPipeline.BuildAssetBundles() I get a ton of errors like this:

 Assets/tools/Mega-Fiers/Editor/MegaFiers/MegaOBJExportEditor.cs(3,7): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing an assembly reference?

Normal Player build do not have this error. This is on 2017.4.6 LTS editor. Fresh project using the same code to build does not have the same problem.

Here's my build code:

 string bundlepath = EditorUtility.SaveFilePanel("Build Mod","%userprofile%\\Documents","My First Mod","assetBundle");
         string filename = Path.GetFileNameWithoutExtension(bundlepath);
         string directory = Path.GetDirectoryName(bundlepath);
         AssetBundleBuild[] builds = {new AssetBundleBuild()};
         builds[0].assetBundleName = filename;
         string[] assets = new string[1];
         assets[0] = SceneManager.GetActiveScene().path;
         builds[0].assetNames = assets;
         Debug.Log("Building asset bundle " + filename + " to " + directory);
         Debug.Log("Included scene path: " + assets[0]);
         AssetBundleManifest manifest = BuildPipeline.BuildAssetBundles(directory,builds,BuildAssetBundleOptions.None,BuildTarget.StandaloneWindows64);

I don't think it's relevant tho, as the same code builds properly a fresh empty project.

Is this a bug or am I missing a specific setting that makes BuildPipeline try and squeeze editor scripts into my bundle?

Screenshot here: ![alt text][1] [1]: /storage/temp/120134-errorz.jpg

errorz.jpg (159.8 kB)
Comment
Add comment
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

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by Sosowski · Jul 05, 2018 at 10:18 AM

Ok, I have managed to track down the bug and find the solution. The issue only pertains when using Assembly Definitions, which are supposed to supersede special folders (like 'Editor' folder) as explained by Karl Jones here: https://forum.unity.com/threads/assembly-definition-woes.509541/#post-3402749

tl;dr If you're using Assembly Definitions, put .asmdef files in all Editor directories and set Platforms to 'Editor' only.

Hope this helps someone!

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

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

88 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 avatar image

Related Questions

How to import the object from server to unity 2 Answers

How do I release editor memory? 2 Answers

Please explain BuildPipeline.PushAssetDependencies 2 Answers

Can't load objects from asset bundle when using AssetBundle.CreateFromFile 1 Answer

Give error after exporting AssetBundle by using BuildPipeline 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