ClientSim
ClientSim copied to clipboard
Discuss how to reference Scene Objects in Tests
trafficstars
Right now, we create a new helper like ClientSimIssue3RespawnTestObjectReferences for each test scene to reference objects in the scene. We could:
- Provide a reusable class with slots for different common object types
- Provide a method to get objects by name / hierarchy and check for all of these at the beginning of a test
- ???