Search Unity

Feature Request Don't define general TransformExtensions in ARFoundation package

Discussion in 'AR' started by RamType0, Sep 23, 2020.

  1. RamType0

    RamType0

    Joined:
    Sep 11, 2018
    Posts:
    67
    Any extension function in UnityEngine.XR.ARFoundation.TransformExtensions doesn't have any dependency to ARFoundation specific class.

    Providing this kind of very common extension methods in some less common package could cause conflict with any other extension method which has exactly same functionality.
    I think this kind of functionality must be provided as another package or just be built in.