You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are numerous APIs we should mark as experimental. We should consider marking these with a "experimental" attribute, similar to how MRTK2 behaved.
Also, for each experimental class, add a "remarks" comment section:
/// <remarks>
/// This is an experimental feature. This class is early in the cycle, it has
/// been labeled as experimental to indicate that it is still evolving, and
/// subject to change over time. Parts of the MRTK, such as this class, appear
/// to have a lot of value even if the details haven’t fully been fleshed out.
/// For these types of features, we want the community to see them and get
/// value out of them early enough so to provide feedback.
/// </remarks>
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Overview
There are numerous APIs we should mark as experimental. We should consider marking these with a "experimental" attribute, similar to how MRTK2 behaved.
Also, for each experimental class, add a "remarks" comment section:
Parent Task
Tasks
The text was updated successfully, but these errors were encountered: