In MonoDevelop, Ctrl+' (not F1) brings the Unity API Reference (help) from http://unity3d.com/support/documentation/... instead of reading it from local copy of the Unity API. How can I make it consistently open the local documentation?
If you use Firefox, you can use Redirector to redirect to your local documentation. Install the addon, and open the options. (Ctrl+Shift+A > Extensions > Redirector > Options)
Then use these values (or similar, depending on the location of your local documentation):
Unity Documentation
(or whatever you'd like)http://unity3d.com/support/documentation/ScriptReference/30_search.html?q=Transform
(Or any other search query. Used to preview what the link will redirect to. This is optional.)http://unity3d.com/support/documentation/ScriptReference/*
Note that I use unity3d.com/support/documentation/ScriptReference/...
, because that is the URL opened by MonoDevelop, which is then redirected to docs.unity3d.com/ScriptReference/...
file:///C:/Program Files (x86)/Unity/Editor/Data/Documentation/html/en/ScriptReference/$1
If Unity is not installed on the C drive or if you use a different OS, you're gonna have to find out what the local URL looks like, and replace everything to the right of /ScriptReference/
with $1
. (/ScriptReference/index.html
to /ScriptReference/$1
)Wildcard
Now anytime you press the shortcut, you will automatically be redirected to your local API reference instead of the online one. I've also tested it without internet connection. Unfortunately, the addon is only available for Mozilla Firefox, and I haven't succeeded in doing that with other tools for different browsers yet.
Edit: Redirector is now also available for Chrome and Opera, according to the author's website.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With