nanoNago
nanoNago
Seeing the same in another Unity project. It appears that although the asset metadata is parsed correctly, the type/tree information and/or the actual object reading function is not functioning correctly,...
Looks like this is probably the result of #8. In my case, I'm looking at format=17 objects, but the "built in" structure definitions that unitypack ships with appears to be...
What's the right way to tell which version we need? Let's say we start keeping multiple versions of structs.dat -- which value should we use to decide which we need?...
This more or less already works, but you have to know how to load them: use the asset.from_file() function instead of trying to load them from the CLI. The unity2yaml...
That's a build target enum -- build target and runtime platform are two different enum spaces. It's very likely that some existing usages of the RuntimePlatform actually want the BuildTarget...