add ability to use assets defined in src/test #71
Labels
Size: M
Medium-sized effort likely requiring some research and work in multiple areas
Type: Improvement
Request for or addition/enhancement of a feature
I was looking at writing tests for DynamicCities. It has systems that depend heavily on prefab assets for configuration. Sure, we can change those things to add programmatic interfaces for configuration as well, but it's a reasonable design: Configuration of these things should be data-driven, and the way modules load data is through the asset manager.
But I don't want the assets I define for specific test scenarios mixed in with all the other assets meant for gameplay.
[original discussion]
The text was updated successfully, but these errors were encountered: