Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Asset registries appear broken.... Build failed.

Discussion in 'FPS.Sample Game' started by BrianKraus, Jun 6, 2019.

  1. BrianKraus

    BrianKraus

    Joined:
    Jan 10, 2016
    Posts:
    8
    I'm unsure of how to debug this problem. I was trying to make changes to the clientfrontend prefab.

    Where do I even begin to solve this?

    Capture.PNG
     
  2. karstenv

    karstenv

    Joined:
    Jan 12, 2014
    Posts:
    81
    Did you build the assets first?

    If not you need to do this.

    You should at least click Bundles -> All(force) and then Build Game.


    After you then make any changes you need to rebuild the relevant assets...
     
  3. BrianKraus

    BrianKraus

    Joined:
    Jan 10, 2016
    Posts:
    8
    Yes, I did. This error is the result of building assets.

    I was able to fix the problem though. I went through my PresentationRegistry and ReplicatedEntityReqistry and removed any duplicates there.

    Thanks Karstenv.
     
    dog_funtom likes this.