Search Issue Tracker
By Design
Votes
0
Found in
5.5.0a1
Issue ID
780291
Regression
No
[VS] Searching in documentation in VS2015 leads to Online docs, but concrete look-up leads to local docs
Searching in documentation in VS2015 leads to Online docs, but concrete look-up leads to local docs
To repro:
0. VS2015 is set as default editor.
1. Open attached project and open ColorizeBell script.
2. Select, e.g. SpriteRenderer.
3. Press Help -> Unity API Reference.
4. Note: UnityFolder/Editor\Data\Documentation\en\ScriptReference\SpriteRenderer.html is opened in VS2015.
5. Return to script and select List.
6. Press Help -> Unity API Reference.
7. Note: http://docs.unity3d.com/ScriptReference/30_search.html?q=List is opened in VS2015.
Actual result: Behaviour is inconsistent within the product -> similar operations give different results.
Expected results:
If offline docs are installed - VS2015 should open them in any case.
If offline docs are not installed - VS2015 should open online docs in any case.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment