Skip to content

Commit

Permalink
Fix default managed stripping level (#8104)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickSycz authored Jan 14, 2025
1 parent 3ecf962 commit 0df3531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project template will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [17.0.6] - 2024-10-09

## Changed

- Fixed default managed stripping level

## [17.0.5] - 2024-09-22

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,21 +716,7 @@ PlayerSettings:
il2cppCompilerConfiguration: {}
il2cppCodeGeneration: {}
il2cppStacktraceInformation: {}
managedStrippingLevel:
Android: 1
EmbeddedLinux: 1
GameCoreScarlett: 1
GameCoreXboxOne: 1
Nintendo Switch: 1
PS4: 1
PS5: 1
QNX: 1
VisionOS: 1
WebGL: 1
Windows Store Apps: 1
XboxOne: 1
iPhone: 1
tvOS: 1
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
suppressCommonWarnings: 1
allowUnsafeCode: 0
Expand Down

0 comments on commit 0df3531

Please sign in to comment.