-
Notifications
You must be signed in to change notification settings - Fork 861
Migrate Mono APIs to CoreCLR-compatible APIs for com.unity.postprocessing #8236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- RuntimeUtilities.cs: Add conditional compilation (line 1214) - Added using UnityEngine.Assemblies with conditional directive - Maintains backward compatibility with older Unity versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there may be some confusion. Only files for the com.unity.postprocessing package should be included here. Any files for other packages should be done on the main repo.
Please remove the files which are not part of the com.unity.postprocessing package.
Thanks for the clarification Ben! Will do so :) |
e99e43c to
cc97131
Compare
|
There we go! Only changes to |
BenGraterUnity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in 6000.5.0a3 Windows/DX12. 👍
|
Thanks for the help Ben! Just wanted to double check, is there something I should do/any jobs I should run to get this PR in a land:able state? Or is it mostly now to sit tight and wait a bit? :) Asking to make sure I do everything I should do! |
|
@MiroBrodlovaUnityGit Please merge |
Purpose of PR
This PR replaces all instances of analyzer-highlighted
MonoAPI calls withCoreCLR-compatible API calls for the packagecom.unity.postprocessing, and is part of Epic SCP-1555.Further Context
Monoto usingCoreCLR.JIRA-ticket
Testing
Running the default job-suite. Please share if there are additional steps needed!