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

fix: tween doesn't use the duration so it fallbacks to 0 and finishes immediately #392

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

leanmendoza
Copy link
Collaborator

@leanmendoza leanmendoza commented Apr 8, 2024

this effect is evident in the switchable-platform scene, when you press the button and the platform goes instantaneously to the end
also:

  • feat: update last audio source spec
  • fix: some mesh renderer disappear because the depth-test (material)
  • fix: with scene-radius==0 when changing parcel position, it shows the loading screen and call moveTo

… immediately

feat: update last audio source spec
fix: some mesh renderer disappear because the depth-test (material)
fix: with scene-radius==0 when changing parcel position, it shows the loading screen and call moveTo
@leanmendoza leanmendoza enabled auto-merge (squash) April 8, 2024 03:54
Comment on lines +14 to +17
if dcl_global:
attenuation_model = AudioStreamPlayer3D.ATTENUATION_DISABLED
else:
attenuation_model = AudioStreamPlayer3D.ATTENUATION_INVERSE_DISTANCE
Copy link
Member

@kuruk-mm kuruk-mm Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix the "blank sound"?

@kuruk-mm kuruk-mm disabled auto-merge April 8, 2024 12:10
@kuruk-mm kuruk-mm merged commit 3e10105 into main Apr 8, 2024
2 of 3 checks passed
@kuruk-mm kuruk-mm deleted the fix/tween-audio-source branch April 8, 2024 12:10
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.

2 participants