Closed
Conversation
example use: add [HelpURL(github.com, JasonMa0012, LWGUI)] above a LWGUI main group in .shader file develop notes: - following cursor rules in LWGUI repo - request agent to only write minimum code change to make code review easier - Cursor2.5 - Opus4.6 fixed also a regex compile error in Unity2021.3.45f2 due to missing using in GUIStyles.cs
Collaborator
Author
|
"encode url link inside main group's display name" is a better method, something like this the current pull request doesn't support url with special characters, so pull quest is closed. |
This file contains hidden or 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
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.
example use: add
[HelpURL(github.com, JasonMa0012, LWGUI)]above a LWGUI main group in .shader file, then a clickable "?" button will show up, clicking it will open a website in browser.develop notes:
fixed also a regex compile error in Unity2021.3.45f2 due to missing using in GUIStyles.cs