rbnpontes
Hello Guys, i have a problem when i try using ResourceCache->GetResource inside Component in external Dll
the returned value of method is only null
example:
// if i access this code inside LogicComponent in Dll, the resource is returned NULL
ResourceCache* cache = GetSubsystem<ResourceCache>();
cache->GetResource<Model>("Models/Box.mdl");
*The same things happens if i’m try get mouse position in input.
Sorry for English