6 Months Ago
Fix possible NRE on startup from cookies (?) Adding play and stop event (#49) This events has triggered when the scene is started or stopped. Add GetAttachment method to AnimatedModel (#29) * Add GetAttachment method to AnimatedModel --------- Co-authored-by: Fortune <7847372+Fortune117@users.noreply.github.com> Temporary group header in componentsheet Move Static to Collider - fixes sbox-scenestaging/issues/28 Fix GetComponents not returning derived classes (fixes sbox-scenestaging/issues/33) Set the correct surface on ModelColliders (fixes sbox-scenestaging/issues/39) Make name unique when duplicating (ctrl+d) Make ID's unique when pasting Fix GameObject/Component references not filling in disabled objects Add button for unlit mode to SceneView (fixes sbox-scenestaging/issues/48) Basic skeletal pose component - only works with Alyx hands, needs some more thought https://files.facepunch.com/alexguthrie/1b1311b1/vrmonitor_2IaktVphKK.png Remove unused UseRelativeTransform from tracked pose component Can drag prefabs from assetbrowser to hierarchy (fixes sbox-scenestaging/issues/4) Collider uses new shape.Tags Dragging objects into the scene uses physics traces instead of scene traces Remove drag tags when dropping into scene Show scene options when selecting scene root (fixes sbox-scenestaging/issues/12) Keep selected object when starting play mode (sbox/issues/1340) Add some shorthand methods for PanelComponent Make PanelComponent partial (whoops) Add Setclass to PanelComponent ComponentList: Open menu on same screen as GameObjectInspector (sbox-scenestaging/issues/61) Make sure all our menu popups have a parent, make them stick to the screen their parent is on Component headers can be dragged into control slots Use fixed position when opening component context menu with the button It just feels slightly better this way Add support for moving multiple selected GameObject nodes in the hierarchy Merge remote-tracking branch 'origin/main' into action-editor Some fixes after updating Facepunch.ActionGraphs