5 Commits

Author SHA1 Message Date
ds5678
a9f01e0536 Refactor assertions to use EnterMultipleScope
Replaced `Assert.Multiple` with `using (Assert.EnterMultipleScope())` in various test methods across multiple test classes. This change improves the readability and structure of assertions, allowing for better management of multiple assertions within a single test case. Affected classes include `AssetResolutionTests`, `FileResolutionTests`, `PPtrTests`, `SmartStreamTests`, and others, enhancing the organization of test result outputs.
2025-06-23 00:05:28 -07:00
ds5678
f21f9db9f4 Remove TemporaryBundle and TemporaryCollection
* Move creation for EditorSettings and EditorBuildSettings to SceneDefinitionProcessor
* Create PrefabInstance even on 2018.3 +
* IExportCollection.ExportableAssets
2024-01-07 14:21:22 -05:00
Jeremy Pritts
2ded35a513 NUnit version 4 2023-11-26 21:45:31 -05:00
Jeremy Pritts
b167f9d8a5 Update source gen dll 2023-07-12 16:36:40 -04:00
Jeremy Pritts
a417233b0a Add documentation and unit tests. 2023-05-20 15:32:42 -04:00