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
- Reflection Probe doesn't load until it's selected in the Hierarchy window when the project has been opened
- "ArgumentNullException" error in the Console when selecting certain ScriptableObjects and entering Play Mode
- Configurable joints become bouncier when setting "Bounciness" below 1
- Prefabs get corrupted when editing Particle System curves
- Colors on images become darker when enabling "Vertex Color Always in Gamma Color Space"
Add comment