yasirkula/UnityAssetUsageDetector

CS0618 UnityAssetUsageDetector uses functionality that is obsolete in Unity 2018.3 (Prefab/GUI)

TimmermanV opened this issue · 1 comments

Assets/Plugins/AssetUsageDetector/Editor/AssetUsageDetector.cs(1931,47): warning CS0618: UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)' is obsolete: Use GetCorrespondingObjectFromSource.'

Assets/Plugins/AssetUsageDetector/Editor/AssetUsageDetector.cs(1932,71): warning CS0618: UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)' is obsolete: FindRootGameObjectWithSameParentPrefab is deprecated, please use GetOutermostPrefabInstanceRoot instead.'

Assets/Plugins/AssetUsageDetector/Editor/AssetUsageDetector.cs(2178,85): warning CS0618: UnityEngine.GUIText' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Fixed: 93b8b26