Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Question Cant build, get editor bug everytime i try to Build

Discussion in 'Project Tiny' started by QjOx, Jun 28, 2020.

  1. QjOx

    QjOx

    Joined:
    Oct 5, 2018
    Posts:
    10
    The error appears everytime i try to build WASM
    On Play Mode everything is working fine.
    Full Log:


    I Already try:
    • Update Searcher for latest version
    • Clean all Library, Obj and Temp folder
    • Reimport all Tiny Packages
     
  2. brunocoimbra

    brunocoimbra

    Joined:
    Sep 2, 2015
    Posts:
    679
    I got this error a few times and was never actually related to the Searcher (or any other package it may complain, actually).

    This error is very misleading, when I got that error was due I being using stuff that is not supported in Tiny (which you can check by opening your DOTS Runtime Solution through the Assets menu) or because I forgot to include my Hybrid and Hybrid.Authoring assemblies in the ConversionSystemFilterSettings -> Excluded Conversion System Assemblies (in your BuildConfiguration asset).
     
    the_nikola likes this.
  3. QjOx

    QjOx

    Joined:
    Oct 5, 2018
    Posts:
    10
    yeap, its very misleading. I was building every new "feature" i put on the project and when i put audio the editor stop building. if i come back to early functional building project the editor dont build.
    Already try to put on other Tiny Project with audio (TinySpaceship) and nothing works