Is there TryResolve in Unity?

前端 未结 6 535
独厮守ぢ
独厮守ぢ 2020-12-11 01:42

How can I make Unity not to throw ResolutionFailedException if Resolve fails?

Is there something like TryResolve<

6条回答
  •  天涯浪人
    2020-12-11 01:56

    Also note that, if you're using Unity 2.0 you can use the new IsRegistered() method and it's generic version as well.

提交回复
热议问题