Photon aniamtor view doesnt work when load from bundle

Options
When I use PhotonNetwork.Intantiate I realize I must put all my assets to resources folder witch I dont want to.
At present I only need the transform view and animator view, but my model have the animator component and the photon animator view component.
When I put them together, it works. but when I load my model from bundle, it doesnt.
I use photonnetwork.Intantiate my root object(almost a empty one, only has photonview and some other components)
and I put my model object as child of the root object.
I can see the animator view component automaticly add to the photonview component but doesnt work.
So what should I do? Must I put all my model at the resources folder or is there other way?

Best Answers

  • humanfd
    humanfd
    Answer ✓
    Options
    I think every thing is set up properly.
    At the last I solved the problem by manully call the photonview API FindObservables(true)
  • humanfd
    humanfd
    Answer ✓
    Options
    And this question can close now

Answers

  • MGoBlue07
    Options
    Is the Animator View set up properly? If you are controlling your animations through bools in the animator, make sure to put the bool to discrete (In AnimatorView).
  • humanfd
    humanfd
    Answer ✓
    Options
    I think every thing is set up properly.
    At the last I solved the problem by manully call the photonview API FindObservables(true)
  • humanfd
    humanfd
    Answer ✓
    Options
    And this question can close now