Eddio0141 / UniTAS

Tool that lets you TAS unity games
Other
25 stars 2 forks source link

Test initializing structuremap early load #255

Closed Eddio0141 closed 1 year ago

Eddio0141 commented 1 year ago

Currently I exclusively use it for unity init load stuff but I haven't tested earlier register and load. To do this, I should have separate attributes that I can use to load things before unity init like RegisterEarly or same attribute with Early bool.

Eddio0141 commented 1 year ago

Looks like it can be done