-
Notifications
You must be signed in to change notification settings - Fork 2
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
Origin/mockup editor #267
Open
Gasser278
wants to merge
52
commits into
develop
Choose a base branch
from
origin/mockupEditor
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Origin/mockup editor #267
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prefab created
Now you can open and close the editor window. You can also press the question mark button for help.
Added Primitives, changed the size of the base so that all MRTK Buttons are sized well, added a new Mockup Editor Item List for only the primitives
Testing List only contains most important objects to later scale the system for more objects
Function to change descriptiontext added
new method name
Mockup editor feature/editor window
Mockup editor feature/instantiation
Objects spawns on plane and the objects can be scaled
Spawning and Scaling implemented
…AProMa into origin/mockupEditor
Implemented different categories
Decided to choose the trigger component to detect whether an instantiated object is inside the trigger/on the table
…AndFollow Added reposition and FollowMe functions
Added the function to automatically close description window when closing mockup editor
…atically Added automatic close
Moved description window a little bit to the right. Dragged window will always face to the user. Description window is now draggable. Following window will always be orthognal to the ground Co-Authored-By: NoraHis <44969350+NoraHis@users.noreply.github.com>
Position fine tuning
Feature/clear platform
…itor Implemented SaveLoad System
Added icons for each object in mockup editor Co-Authored-By: NoraHis <44969350+NoraHis@users.noreply.github.com>
Added all icons
The AssetDataBase class is not supported by a build application, so it is changed with Resource class
Hotfix/resize and description
fixed network, ownership and instantiation
Added buttons with preview and a toggle to switch
Scaled preview buttons, changed description
Changed Say-It-Label to "Select"
Added last comments and fixed too small scaling maximum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the complete version of the mockup editor, which is ready to be merged to the develop branch.