7
2023
[GreaseMonkey] Display “Unity Version Added” info in API Docs
Firefox GreaseMonkey plugin to display Unity version info in Unity API docs pages (to which version it was first added)
Setup:
1. Install https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
2. Click the greasemonkey icon in firefox toolbar, select New User Script
3. Take raw script source from https://gist.githubusercontent.com/…0cc6e1d0b41/UnityDocsShowFirstVersionAdded.cs *full link: https://gist.github.com/unitycoder/48b46d0192e2cce356c2731c8f274880
4. Paste into user script, Save
5. Refresh docs page, like https://docs.unity3d.com/ScriptReference/LowLevel.PlayerLoop.html
Related thread:
https://forum.unity.com/threads/add-version.1408609/
GreaseMonkey Source:
https://gist.github.com/unitycoder/48b46d0192e2cce356c2731c8f274880
Related Posts
1 Comment + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
Thanks! Useful. Also works with tampermonkey