Skip to content

Right tool for the job? #96

Answered by nesrak1
toasterparty asked this question in Q&A
Discussion options

You must be logged in to vote

The Mono/IL2Cpp part isn't really relevant, but the conversion from 2019 to 2017 will be.

If you pretend the assets are like json files, the format of those json files will be different between 2017 and 2019. In one version, you might have data in one array, whereas in another, it will be split into two separate arrays. The point is, you have to manually do the conversion between these two formats for every type of asset that exists. This isn't something that AssetsTools.NET (or any other tool I know of) can do (it's just a lot of work). The next best thing is putting it into AssetRipper, converting it back to a Unity project, and rebuilding it. Although downgrading a project/bundle with …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by toasterparty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants