Unity 2019.2.9 GlobalTagManager
See original GitHub issueWhen running UtinyRipper on an Empty Project build of 2019.2.9f1, I get an error with the Globaltagmanager:
Output log:
Import: Game file 'globalgamemanagers' has been found
Import: Game file 'level0' has been found
Import: PC game structure has been found at 'C:\Data\Documents\Unity\KnowledgeBase\Empty2019.2\Builds\EmptyWindows'
Import: Assembly 'UnityEngine.IMGUIModule' has been loaded
Import: Assembly 'UnityEngine.CoreModule' has been loaded
Import: Assembly 'UnityEngine.TextRenderingModule' has been loaded
Import: Assembly 'mscorlib' has been loaded
Import: SerializedFileException: v:2019.2.9f1 n:globalgamemanagers p:C:\Data\Documents\Unity\KnowledgeBase\Empty2019.2\Builds\EmptyWindows\Empty2019.2_Data\globalgamemanagers
Message: Read 606 but expected 607 for asset type GraphicsSettings
StackTrace: at uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetInfo assetInfo, Int64 offset, Int32 size)
at uTinyRipper.SerializedFiles.SerializedFile.ReadAsset(AssetReader reader, AssetEntry info)
at uTinyRipper.SerializedFiles.SerializedFile.ReadAssets(EndianReader reader)
at uTinyRipper.SerializedFiles.SerializedFileScheme.ReadFile(IFileCollection collection, IAssemblyManager manager)
at uTinyRipper.FileList.AddFile(FileScheme scheme, IFileCollection collection, IAssemblyManager manager)
at uTinyRipper.GameStructure.Processor.ProcessFile(String fileName, String filePath)
at uTinyRipper.GameStructure.ProcessGameStructure(Processor processor, PlatformGameStructure structure)
at uTinyRipper.GameStructure.Load(List`1 pathes)
at uTinyRipper.GameStructure.Load(IEnumerable`1 pathes)
at uTinyRipperGUI.MainWindow.LoadFiles(Object data)
Here is the Globaltagmanager File:
I guess the important part here is Message: Read 606 but expected 607 for asset type GraphicsSettings
. Seems like there was a slight change in the file stucture?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unity 2019.2.9
Graphics card with DX10 (shader model 4.0) capabilities. CPU: SSE2 instruction set support. iOS player requires iOS 9.0 or higher. Android: OS ...
Read more >Unity download archive
Unity download archive. From this page you can download the previous versions of Unity for both Unity Personal and Pro (if you have...
Read more >Unity 2019.2.19
For running Unity games · OS: Windows 7 SP1+, macOS 10.12+, Ubuntu 12.04+, SteamOS+ · Graphics card with DX10 (shader model 4.0) capabilities....
Read more >Unity 2019.2.8
For running Unity games · OS: Windows 7 SP1+, macOS 10.12+, Ubuntu 12.04+, SteamOS+ · Graphics card with DX10 (shader model 4.0) capabilities....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s ok to file such bug reports. They help me find out that the problem exists.
Can confirm, that the problem does not appear anymore for 2019.2.9f1 👍