FindObject only works after explicitly opening an asset

Hey -

Are you loading the objects into memory first? If the object is not loaded then FindObject() will fail. In that case you would need to use LoadObject instead. You can find more information on FindObject and LoadObject here:

Cheers