Skip to content

Releases: IvanRibakov/decoITS

Improvements on original decoITS project to be run with Unity

12 Apr 09:17
Compare
Choose a tag to compare

Minimal changes to support running tutor with Unity project.
Some of the changes included are:

  • Removed dependency on System.Configuration for config file use. Now project comes with ITutorConfig and a default implementation (that still relies on System.Configuration) so other projects are free to implement their own configuration strategy.
  • Downgraded project to be built against .Net v3.5 to be run with Unity stable runtime.
  • Merged bug fixes by UPM GATE team.