Search Unity

Bug Possible issue in Reflect 1.3 package

Discussion in 'Unity Reflect' started by eproca_SimRTR, Oct 16, 2020.

  1. eproca_SimRTR

    eproca_SimRTR

    Joined:
    Nov 8, 2018
    Posts:
    16
    When checking the new Reflect viewer API, I have noticed that in the version available via the package manager (1.3.0 Preview 104), the file ModelConverter.cs have the class ProjectStreamerNode, instead of TextureConverterNode (ProjectStreamerNode is already defined in ProjectStreamer.cs).

    In the version of the viewer project in GitHub (1.3.0 Preview 102), the file ModelConverter.cs seems to be correct.