Search Issue Tracker
Fixed
Votes
1
Found in
5.1.2p3
Issue ID
717343
Regression
No
Build fails with IL2CPP error on long path name
-e: when building a project from a very long path name an IL2CPP error is thrown and the build aborts.
-this is a different error from 704235
-repro:
--create new empty project on very long path name (see error message for my path)
--build empty project for WebGL
--NOTICE error:
IL2CPP error for method 'System.Boolean System.Collections.Generic.EqualityComparer`1/DefaultComparer::Equals(T,T)' in assembly 'D:\Work\Bugs\_this is a very long name for some path to test this very long path name bug\_this is a very long name for some path to test this very long path name bug\New Unity Project 4\Temp\StagingArea\Data\Managed\System.dll'
Additional information: Build a development build for more information. Could not find a part of the path "D:\Work\Bugs\_this is a very long name for some path to test this very long path name bug\_this is a very long name for some path to test this very long path name bug\New Unity Project 4\Temp\StagingArea\Data\il2cppOutput\Il2CppDelegateWrappersManagedToNativeTable.cpp"
--move project one level up in the folder hierarchy
--build for WebGL
--NOTICE build finishes fine and runs in browser
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment