Removed FetchOptOutStatus and Initialize call. All application of opt out
status will be handled by the engine. The Analytics/Data Privacy package still
provides FetchPrivacyUrl to provide a URL from which to opt out.
Breaking change to only work with 2018.2 (change name of whitelisted dll's in
engine to conform to PackageManager standard)
Changed name of old Analytics dll to the Unity.Analytics.Tracker.dll and
replaced the old one with the new platform information package.
Changed naming convention of dlls to the PackageManager Standard:
Unity.Analytics.dll, Unity.Analytics.Editor.dll, Unity.Analytics.Tracker.dll,
Unity.Analytics.StandardEvents.dll.
Deprecated old Analytics tracker and removed it from the add component menu.
Merged Standardevents package into Analytics package.