Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #34

Merged
merged 20 commits into from
Mar 18, 2025
Merged

Dev #34

merged 20 commits into from
Mar 18, 2025

Conversation

HowieDuhzit
Copy link
Owner

Description

Please include a summary of the changes and which component(s) are affected. Explain how your changes improve or modify the component's functionality within the Hyperfy ecosystem.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes a component issue)
  • New component
  • Component enhancement
  • Breaking change (would cause existing worlds using this component to behave differently)
  • Documentation update

How Has This Been Tested?

Please describe your tests:

  • Component functionality tests
  • Integration tests with other Hyperfy components
  • World integration testing
  • Cross-browser testing

Test Configuration:

  • Hyperfy Version:
  • Test world setup:
  • Browser(s):
  • Node.js version:

Checklist:

  • My code follows Hyperfy's component architecture
  • I have performed a self-review
  • I have documented the component's usage
  • I have tested the component in multiple scenarios
  • My changes maintain compatibility with existing worlds
  • I have updated the component documentation if needed

Sorry, something went wrong.

…nside apps

when apps are running things asynchronously, if the app is destroyed or rebuilt during this time, all async tasks need to absorbed by the engine so they don’t execute in a dead script instance.

the concept of “dead-hooks” makes this a bit easier to reason about
margin and padding now optionally support passing in an array to control each side: [top, right, bottom, left]
recent ui changes prevented the click event from triggering core ui buttons in meta quest 3 etc.

also fixes a meta quest keydown event issue preventing submitting chat in headset
Sometimes when opening an inspect/code pane they reset. this is hard to reproduce but i’ve been using this for a while and haven’t seen it happen since. #hope
@HowieDuhzit HowieDuhzit merged commit 2d0404a into HowieDuhzit:Controlify Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants