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

[RELEASED] Prefab Fixer

Discussion in 'Assets and Asset Store' started by dizzymediainc, Jul 21, 2020.

  1. dizzymediainc

    dizzymediainc

    Joined:
    Apr 6, 2014
    Posts:
    433

    Prefab Fixer is a simple and easy to use extension that helps you quickly fix broken prefabs that are throwing errors in your scene.

    Asset Store:
    http://u3d.as/1Y6o

    Discord:
    https://discord.gg/YNzB5B9DgD



    If you've ever worked with prefabs before, you know they can be broken if you decide to move around or remove objects held on those prefabs. In other instances directly placing a model in the scene creates a prefab and links back to the model, instead of a prefab reference.

    Another common issue is downgrading prefabs, which in fact usually breaks all connected components and nested prefabs, something that forces users to use a specific unity version or spend hours manually re-setting up the prefabs.

    And while these are just a few ways prefabs are utilized, in every instance, a prefab can in fact become broken with enough messing around with a project.

    Prefab Fixer gives you 3 ways of fixing your prefabs, by Fixing, Reverting or Re-connecting them, allowing the prefabs to update based on the option you choose.


    Features:
    • 3 Editing Modes (Fix, Revert & Reconnect)
    • 2 Selection Modes (Manual & Object Select)
    • 3 Save Modes (Source, Scene & Custom)
    • Local information notifications (editor window)
    • Easy to use system
    • Custom editor window for easy use
    • Easy to debug

    What you get:
    • 1 Main Script (2 Version - Unity 5 & Unity 2018)
    • 1 Helper Script (PF Importer)
    • Documentation
     
    Last edited: Dec 28, 2020
  2. dizzymediainc

    dizzymediainc

    Joined:
    Apr 6, 2014
    Posts:
    433
    A new version of Prefab Fixer has been released, here is the changelog:

    v0.2.1
    • Updated Editor UI (i.e PrefabFixer)
    • Updated Documentation
    • Updated Welcome Screen (i.e Docs & Assets)
    • Updated Support & Docs (i.e Docs)
    • Updated Changelog
     
    Last edited: Jul 30, 2020