Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Mark methods implemented deprecated parent methods as Obsolete to avoid warnings #244

Closed kevinmv closed 11 months ago

kevinmv commented 11 months ago

Deprecated method warnings are trickling down into mathematics.editor code so we need to mark our methods as obsolete to signal to users to not use the methods while allowing the package to import without warning generation.