Packaging logic and content separately ?

Hello,

I’m trying to separate my project into 2 different projects, one for logic (C++ code only) and one for content (large amount of assets).

When i package the content-project and copy the resulting pak file into the content directory of the packaged logic-project, i can’t load any asset, it’s like the content-pak isn’t seen.

Is there anything else i should do to include the content of a project into another, after packaging ?

Thanks
Cedric

Nevermind, i was using findobject instead of loadobject. My bad.