23
2015
Monodevelop Scripting API search help
You can assign F1 key as Unity scripting API search in MonoDevelop:
– Tools / Options
– Key Bindings
– First remove F1 key from Help, assign some other key for it like control+F1
– Then assign F1 for the Unity API Reference
– Done! Now in Monodevelop, when your press F1, the keyword at cursor position is automatically searched from unity scripting docs (opens in new browser)
* Other useful keybindings: Find References & Go to Declaration (I usually map those to § and ctrl+§ keys, instead of the default F12’s)
** Sometimes searching is bugged, like in “GetComponent<NavMeshAgent>();”, if your cursor is at NavMeshAgent it tries to search whole GetComponent<>.., then have to select with mouse the NavMeshAgent and press F1.
—
—
Opens help page : http://docs.unity3d.com/ScriptReference/30_search.html?q=NavMeshAgent
Related Posts
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