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
We have a number of monkeypatches for components/systems in mostly AFRAME. We need some better system to track upstream changes to specifically these prototype methods/properties, similar to what is expected for #620
Current list:
wasd-controls
schema
init
tick
updateVelocity
nav (aframe-extras/pathfinding)
init
setNavMeshGeometry
getPath
getGroup
getNode
clampStep
gltf-model (component)
update
init
hide-on-enter-ar
init
hide-on-enter-vr
init
animation-mixer (aframe-extras/loaders)
load
raycaster
init
checkIntersections
FWIW I just checked all of these as of today (March 1, 2024) and except 1 minor change in wasd-controls, everything is up to date
The text was updated successfully, but these errors were encountered:
We have a number of monkeypatches for components/systems in mostly AFRAME. We need some better system to track upstream changes to specifically these prototype methods/properties, similar to what is expected for #620
Current list:
wasd-controls
nav (
aframe-extras/pathfinding
)gltf-model (component)
hide-on-enter-ar
hide-on-enter-vr
animation-mixer (
aframe-extras/loaders
)raycaster
FWIW I just checked all of these as of today (March 1, 2024) and except 1 minor change in wasd-controls, everything is up to date
The text was updated successfully, but these errors were encountered: