UnityDataTool can read the content of StreamingAssets/ContentArchives for Entities builds.
This is a less common type of content build that uses content files instead of AssetBundles so some notes to help understand that type of data would be very helpful (but lower priority than covering the most common build pipelines)
The functionality in question has some document here:
https://docs.unity3d.com/Packages/com.unity.entities@6.5/manual/content-management-intro.html
UnityDataTool can read the content of
StreamingAssets/ContentArchivesfor Entities builds.This is a less common type of content build that uses content files instead of AssetBundles so some notes to help understand that type of data would be very helpful (but lower priority than covering the most common build pipelines)
The functionality in question has some document here:
https://docs.unity3d.com/Packages/com.unity.entities@6.5/manual/content-management-intro.html