Skip to content

+ [HelpURL(...)] feature#88

Closed
ColinLeung-NiloCat wants to merge 2 commits into1.xfrom
HelpURL-feature
Closed

+ [HelpURL(...)] feature#88
ColinLeung-NiloCat wants to merge 2 commits into1.xfrom
HelpURL-feature

Conversation

@ColinLeung-NiloCat
Copy link
Collaborator

2026-02-18 21_43_30-CLIP STUDIO PAINT

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:

  • 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

ColinLeung-NiloCat and others added 2 commits February 18, 2026 21:42
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
@ColinLeung-NiloCat
Copy link
Collaborator Author

"encode url link inside main group's display name" is a better method, something like this
[Main(GroupName)] _group ("Group Label&URL:https://docs.example.com/page?id=123#section", Float) = 0

the current pull request doesn't support url with special characters, so pull quest is closed.

@JasonMa0012 JasonMa0012 deleted the HelpURL-feature branch March 1, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant