Unity-Technologies / usd-unity-sdk

Integration of Pixar's Universal Scene Description into Unity. UPDATE: This package has been superseded by our new bundle of USD packages. Please see README & link below for further details.
https://forum.unity.com/threads/new-openusd-packages-now-available.1524583/
Apache License 2.0
500 stars 77 forks source link

Adds Define Constraints for the editor assembly files #391

Closed lee-aandrew closed 1 year ago

lee-aandrew commented 1 year ago

Purpose of this PR

Adds Define Constraints for the editor assembly files The Editor assembly files that were added last push were missing the define constraints required

Ticket/Jira #:

Testing

Functional Testing status:

Performance Testing status:

Overall Product Risks

Complexity:

Halo Effect:

Additional information

Note to reviewers: Now that i think about it, i dont know why our samples' assembly definitions have the "UNITY_INCLUDE_TESTS" Define constraints when they arent tests - we should perhaps delete the constraint or have a different constraint such as "USD_SAMPLES"

Reminder: