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: remove entities dependency #1903

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Conversation

m3taphysics
Copy link
Collaborator

What does this PR change?

Removes unnecessary unity entities dependency.

Before:
image

After:
image

How to test the changes?

  • Ensure the landscape works as normal in genesis and worlds
  • Performance is the same or better

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

Copy link

github-actions bot commented Aug 27, 2024

badge

Windows and Mac build successfull in Unity Cloud! You can find a link to the downloadable artifact below.

Name Link
Commit 24ec97d
Logs https://github.com/decentraland/unity-explorer/actions/runs/10580248670
Download Windows https://github.com/decentraland/unity-explorer/suites/27656901889/artifacts/1860334852
Download Mac https://github.com/decentraland/unity-explorer/suites/27656901889/artifacts/1860552985
Built on 2024-08-27T16:07:50Z

@m3taphysics m3taphysics changed the title Fix/remove entities dependency fix: remove entities dependency Aug 27, 2024
Copy link
Member

@pravusjif pravusjif left a comment

Choose a reason for hiding this comment

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

Interesting, nice catch.

I guess those bounds stop being Axis-Aligned but that shouldn't hurt.

Copy link
Collaborator

@fcolarich fcolarich left a comment

Choose a reason for hiding this comment

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

Nice!

@m3taphysics
Copy link
Collaborator Author

Member

I believe Bounds still represents an AABB:

https://docs.unity3d.com/ScriptReference/Bounds.html#:~:text=An%20axis%2Daligned%20bounding%20box,bounds%2C%20Mesh.

@anicalbano anicalbano requested review from anicalbano and removed request for Ludmilafantaniella August 27, 2024 15:54
Copy link
Contributor

@anicalbano anicalbano left a comment

Choose a reason for hiding this comment

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

🟢 Reviewed by QA

@m3taphysics m3taphysics merged commit dc13600 into main Aug 27, 2024
6 checks passed
@m3taphysics m3taphysics deleted the fix/remove-entities-dependency branch August 27, 2024 16:55
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.

5 participants