nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.17k stars 151 forks source link

Unity 6 web support #384

Open Sidiusz opened 1 week ago

Sidiusz commented 1 week ago

image Hi! are you planning to add support for Unity 6 new format?

nesrak1 commented 6 days ago

As far as a I know, Unity 6 doesn't use a new format. You may need to update your classdata.tpk, but other than that, it should work. What I think the real problem is are the br files. They are standard unity web files that are extractable with the unitywebthing script: unitywebthing.zip. I have no plans to put this in UABEA at this time.

Sidiusz commented 3 days ago

standard unity web files

Are they? When i build my game on 2022 or 2023 version, i got a .unityweb file Anyway, thank you!

nesrak1 commented 3 days ago

Some of the tests for UABEA come from a game using br files that extract using that script. If it doesn't open, then it's possible the format changed (but I doubt it)