Search Unity

Turn off static?

Discussion in 'World Building' started by N1warhead, Jun 19, 2018.

  1. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Is there a way in ProBuilder to make it not force static an object?
    Not everyone needs to utilize GI, etc.

    sucks changing a position of object, or a material, or changing a material just for it to update baking stuff.
    Yes I know I can always turn off the Auto-bake stuff in lighting, but then the textures don't look right and look distorted when changing them again.

    There should be a boolean in some master setting to disable the auto-static of everything made.
     
  2. kaarrrllll

    kaarrrllll

    Unity Technologies

    Joined:
    Aug 24, 2017
    Posts:
    552
    Yes, in the Preferences / ProBuilder window set the Static Flags flag to "Nothing."
     
  3. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    I just checked, and it's already set to "Nothing", I didn't do that. It was already like that, so it shouldn't be forcing static then right?
     
  4. kaarrrllll

    kaarrrllll

    Unity Technologies

    Joined:
    Aug 24, 2017
    Posts:
    552
    Yeah, it looks like a bug wherein that preference always shows "Nothing" until changed, despite the default being "All." Just click it and it to "Nothing" again - that ought to set it.
     
    N1warhead likes this.
  5. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Yeah I just set it to 'Batching Static' this morning and just left it like that, worked out good :)