See if we can skip the "PreparePrefabs" part of build process by moving prefab processing from build step -> import step
- add AssetPostprocessor to call "DoPrepare" methods while assets are being imported
- add IDoPrepare interface to replce the reflection based method