Search Unity

Bug Problem when exporting multiple views

Discussion in 'Unity Reflect' started by ABProdware, Oct 7, 2020.

  1. ABProdware

    ABProdware

    Joined:
    Jul 3, 2020
    Posts:
    3
    In the latest version of Reflect, when you export multiple views with an object in common inside them, Unity will only instantiate one of them because the ModelConverter class has a dictionary of all instantiated objects and check is the object is already inside the scene to avoid duplicates.

    The problem is that when you export a first view with an object in it and a second view with the same object in it but with a sectional image that cut trought the object, only one of them will be in the scene even though the geometries are not the same.
     
  2. mika_leonard

    mika_leonard

    Unity Technologies

    Joined:
    Dec 9, 2019
    Posts:
    20
    @ABProdware thank you for the bug report, it's greatly appreciated