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

Feature: Connection Lines #55

Open
wants to merge 94 commits into
base: develop
Choose a base branch
from

Conversation

EmilieHK
Copy link
Contributor

@EmilieHK EmilieHK commented May 6, 2020

A tool with which it is possible to connect 3D objects visually. The line should be firmly connected to the objects, i.e. it should adjust itself when you move one of the objects. For this purpose, a UI is required that allows the creation and management of the lines. Furthermore, the lines should be storable and integrated into the sharing logic.

Contains the sub-features:

  • basic connection line logic for drawing and deleting lines
  • Connection Line Menu that is integrated with the main menu
  • The option to customize the lines through color and width
  • Sharing the connection lines

JulianStaab and others added 30 commits January 2, 2020 18:26
Fixed an error, where there was NullPointerException if the selected object wasn't an issue.
Fixed several issues after merging the branches. The specific delete feature is tested and functional.
Fixed the Multiple Issues Higlighted Bug
Added the connection lines menu
Added Photon View to the LineRenderer such that it should be shared in the room
Added the customization menu with all its functionalities.
Incomplete adjustment of the new ConnectionLine Window.
The Menu functionality has been moved to the new window and the old menu has been deleted. This is not tested yet, color option is removed for now.
Drawing buttons were assigned and the main menu button should now open the seperate connection line window. Minor description fixes. Not tested.
Each window was supplemented with a box collider.
Bounding Boxes were added to each window.
Minor fix enables the connection lines window to open when the menu button is pressed.
"On Click" functions have been added to the connection lines buttons.
Instead of referencing the correct script, the gameObject with the script is referenced in the "On Click" section of the menu.
The colliders and bounding boxes added to each window disables interaction.
Adjusted the referencing of the connectionLinesMenu in the Selector scripts.
@EmilieHK EmilieHK added the enhancement New feature or request label May 6, 2020
@EmilieHK EmilieHK changed the base branch from master to develop May 6, 2020 13:35
@EmilieHK EmilieHK changed the title Connectionlines window adjustment Feature: Connection Lines May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants