You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our project have a online mode, we sperate our server code out of untiy view code.
but fluid-BT uses GameObject as tree owner, i have to change all the owner type to implement this case.
can we change the owner type as a interface?
The text was updated successfully, but these errors were encountered:
Does Unity provide an interface for the GameObject? Last I checked they didn't provide something like that sadly. If they did provide one that would be a crazy easy change.
So the owner could be separated out to remove the Unity dependencies. But there would need to be an extra abstraction layer for the BT owner implementation with a generic and owner implementation override.
I'm guessing just passing null in for the GameObject won't fix it? Just wanna check to make sure.
our project have a online mode, we sperate our server code out of untiy view code.
but fluid-BT uses GameObject as tree owner, i have to change all the owner type to implement this case.
can we change the owner type as a interface?
The text was updated successfully, but these errors were encountered: