- Home /
Question by
lorunce · Sep 22, 2016 at 09:28 AM ·
monodevelopmanual
MonoDevelop editor can't point to right Unity API reference
With this code:
Transform transf;
transf.lossyScale;
when I attempt manual lossyScale
with Ctrl+' direct to https://unity3d.com/cn/support/documentation/ScriptReference/30_search.html?q=lossyScale It's 404.Actually, right url is https://docs.unity3d.com/ScriptReference/Transform-lossyScale.html or local url: file:///Applications/Unity/Documentation/ScriptReference/Transform-lossyScale.html
The Unity version is latest at this time: 5.4.1f1
Others attempt
redirector plugin on bowser ,show as above, I can't simple find the error url how to match right one.
a shell It's not work for my Mac.
How can I get right API manual url?
Comment