Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug Samples have some dependency problems.

Discussion in 'DOTS Animation' started by kite3h, Mar 21, 2021.

  1. kite3h

    kite3h

    Joined:
    Aug 27, 2012
    Posts:
    197
    NotFiniteNumberException is occured by NaN .
    Although it cannot be confirmed correctly, NaN seems to occur because of a node running as a separate thread.
    Constraint samples's RendererModel is NodeSet.RenderExecutionModel.Islands.

    Connected node is excuted by single job. But There are some no output nodes for readonly.
    I think This node is excuted seperatly.
    I