-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Directionnal adjacencies #1303
Directionnal adjacencies #1303
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and it worked great from what I've experienced. I'm happy with the performance, any problematic edge cases can be identified in the future. Please add and link documentation for this prior to merge.
namespace SS3D.Systems.Tile.Connections.AdjacencyTypes | ||
{ | ||
[Serializable] | ||
public struct DirectionnalShapeResolver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Directional" is spelt with a single n. Is the extra n in these script names intentional?
@@ -0,0 +1,142 @@ | |||
%YAML 1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add collision to this prefab
- Remove cast shadows from this prefab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work!
Summary
This PR adds directionnals connectables, such as sofas, booths and bench.
link to updated doc : https://ss3d.gitbook.io/design/environment/connectables/directional-adjacency-connections
PR checklist
Pictures/Videos)
2023-10-30.21-26-26.mp4
Testing
Networking checklist
Changes
Known issues
Related issues/PRs