Some (undocumented?) changes in 1.1.7

A couple of things:

  • The changelog for 1.1.7 suggested that logging spam should cleaned up, and for the most part it is. However, on entering play mode, I still see the following two Debug.Log statements in my console. I’m curious if these are stragglers that also need to be made properly conditional on the logging settings, or whether they’re showing up for some other reason:

  • Addressables - added provider UnityEngine.ResourceManagement.ResourceProviders.LegacyResourcesProvider with id UnityEngine.ResourceManagement.ResourceProviders.LegacyResourcesProvider.

  • Addressables - added provider UnityEngine.ResourceManagement.ResourceProviders.AssetDatabaseProvider with id UnityEngine.ResourceManagement.ResourceProviders.AssetDatabaseProvider.

  • Upon updating to from 1.1.5 to 1.1.7, it seems as though my “Play Mode Script” setting was changed from “Virtual” to “Fast” mode. Maybe that was a fluke, but it threw me off for a bit.

yes, we missed those (and, it turns out, a couple others in that file). fixed in our main branch now & will be in the next release.

Sorry about that. It was definitely not intentional. Not sure how that would happen. If it continues to cause you trouble, let us know.

1 Like