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
If one is writing a custom asset resolver and needs similar filesystem behaviour to that provided by the default asset resolver then the Ar_DefaultResolver code needs to be duplicated in the custom implementation.
If the Ar_DefaultResolver class could be exposed as part of the public API then a custom resolver could either derive from or contain an internal instance of this class and defer to it's implementation.
Alternately, if there was API to get the previous 'current' or default asset resolver such that it could be called in the constructor of a custom resolver. e.g. ArGetDefaultResolver().
The text was updated successfully, but these errors were encountered:
If one is writing a custom asset resolver and needs similar filesystem behaviour to that provided by the default asset resolver then the Ar_DefaultResolver code needs to be duplicated in the custom implementation.
If the Ar_DefaultResolver class could be exposed as part of the public API then a custom resolver could either derive from or contain an internal instance of this class and defer to it's implementation.
Alternately, if there was API to get the previous 'current' or default asset resolver such that it could be called in the constructor of a custom resolver. e.g. ArGetDefaultResolver().
The text was updated successfully, but these errors were encountered: