Sync cleanup with Open Brush (most importantly, add support for ubuntu-24.04) #525
Annotations
10 warnings
Build project
Assets/ThirdParty/SteamVR/InteractionSystem/Core/Scripts/LinearAnimation.cs(16,24): warning CS0109: The member 'LinearAnimation.animation' does not hide an accessible member. The new keyword is not required.
|
Build project
Assets/ThirdParty/SteamVR/InteractionSystem/Teleport/Scripts/TeleportPoint.cs(41,25): warning CS0109: The member 'TeleportPoint.animation' does not hide an accessible member. The new keyword is not required.
|
Build project
Assets/Scripts/model/controller/ToggleMenuItem.cs(33,21): warning CS0108: 'ToggleMenuItem.enabled' hides inherited member 'Behaviour.enabled'. Use the new keyword if hiding was intended.
|
Build project
Assets/Scripts/model/controller/ToggleMenuItem.cs(49,21): warning CS0108: 'ToggleMenuItem.Start()' hides inherited member 'PolyMenuButton.Start()'. Use the new keyword if hiding was intended.
|
Build project
Assets/Scripts/model/render/UXEffects/MeshInsertEffect.cs(47,23): warning CS0108: 'MeshInsertEffect.startTime' hides inherited member 'UXEffectManager.UXEffect.startTime'. Use the new keyword if hiding was intended.
|
Build project
Assets/ThirdParty/SteamVR/Scripts/SteamVR_Camera.cs(21,20): warning CS0109: The member 'SteamVR_Camera.camera' does not hide an accessible member. The new keyword is not required.
|
Build project
Assets/Scripts/ThirdParty/OVR/Scripts/OVRCommon.cs(38,29): warning CS0618: 'InputTracking.GetLocalPosition(XRNode)' is obsolete: 'This API is obsolete, and should no longer be used. Please use InputDevice.TryGetFeatureValue with the CommonUsages.devicePosition usage instead.'
|
Build project
Assets/Scripts/ThirdParty/OVR/Scripts/OVRCommon.cs(39,32): warning CS0618: 'InputTracking.GetLocalRotation(XRNode)' is obsolete: 'This API is obsolete, and should no longer be used. Please use InputDevice.TryGetFeatureValue with the CommonUsages.deviceRotation usage instead.'
|
Build project
Assets/Scripts/ThirdParty/OVR/Scripts/OVRCameraRig.cs(146,41): warning CS0618: 'InputTracking.GetLocalRotation(XRNode)' is obsolete: 'This API is obsolete, and should no longer be used. Please use InputDevice.TryGetFeatureValue with the CommonUsages.deviceRotation usage instead.'
|
Build project
Assets/Scripts/ThirdParty/OVR/Scripts/OVRCameraRig.cs(147,84): warning CS0618: 'InputTracking.GetLocalRotation(XRNode)' is obsolete: 'This API is obsolete, and should no longer be used. Please use InputDevice.TryGetFeatureValue with the CommonUsages.deviceRotation usage instead.'
|
Loading