-
Notifications
You must be signed in to change notification settings - Fork 5
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
764 make helpsystem work again and provide additional content #781
764 make helpsystem work again and provide additional content #781
Conversation
…elpSystemEntry) back to scene, adjust video-paths
Note that the pipeline is currently failing because the help system videos aren't in LFS, even though they should be (due to their size). To fix this, we need to do an interactive rebase1, as they will otherwise be permanently in the history of the repository and will unnecessarily inflate it and slow it down. I recommend that we do this before the reviews, because otherwise the reviews will reference non-existing commits and would, for example, not be automatically applicable.
I agree, both of these sound like good ideas. Footnotes |
@falko17 Can I specify the lfs-repo in the edit so the commit goes there instead? Or just delete the files? I would be happy to get some help with that :) |
@SarahAugustinowski I took some time to fill in the relevant sections in our Git FAQ just now, which I totally forgot existed 😅 In your case, the relevant section is "How do I rebase a branch?" In the rebase, you will need to do an If there are any issues or if anything is unclear, please message me on Mattermost, and I can help you on there. |
db0b11a
to
24e5e3a
Compare
24e5e3a
to
7ee9f53
Compare
7ee9f53
to
4ec32cf
Compare
Issues regarding LFS are resolved now, so the PR should be ready for review. (The pipeline is still failing, but this is due to game-ci/docker#250 and happens on every PR right now.) |
thank you for your help! :) @falko17 |
@SarahAugustinowski It looks like the video |
"Hide node" is work in progress. No video and no text for this action. |
In the video on "Show code" an error message appears because the issues cannot be dowloaded from the dashboard. |
"Search for a node" is still work in progress. |
The help text is not automatically split into the existing line space. This way long help text will be truncated. The lower scroll bar has no effect. |
@koschke There should not be any video at this path, it should be placed here: "\SEE\Assets\StreamingAssets\HelpSystem\Videos\Navigation\Navigation.mp4" |
Sorry, I missed the directory. The path you gave was intended. Still, this video has the wrong content. |
We will need to re-organize the structure of the help system content. Yet, that is beyond @SarahAugustinowski's task. We need to do that later. |
Still weird :-D I have not pulled from the branch after the problems with lfs, but locally it is fine: |
Yep, the Entry should be updated after #776 is fixed. |
The tick for horizontal scrolling was missing, the lower scrollbar works now. |
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.
I made a few minor changes myself. Looks good now and can be merged.
This should close #764 and make the HelpSystem work again. For that an empty "HelpSystem" with the follwing scripts was added to the world again:
Changes in the HelpSystemEntry Prefab increase the size of the decor frame around the video player.
Some video were updated others are new. While trying to update videos some issue (#776 and #778) occurred.
At the moment user gets an notification about the HelpSystem and how to enter it, that might be changed to something like #777.
After approving this PR (especially how new entries are now created with a json file) I can write a wiki entry on how to maintain this.
It might be a good workflow to ask developers for new HelpEntries before merging PRs with new features to the master.