-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Unity Documentation to Appear in Visual Studio #5
Comments
I'm going to take a stab at this tonight (haven't forgotten ya! -- though I Matthew Davey 888.632.1993 x700 On Mon, Sep 22, 2014 at 12:52 PM, Anubhav Guha [email protected]
|
So I believe I have identified the issue, and its a small change to how IntelliSense works. Each "library" needs to be a seperate file, named identical (except the extension) to the library it represents. So ... UnityEngine.xml Need to be made from the Unity.xml provided, I'm currently looking at updating everything as a whole... just because ... but that should resolve this. |
Thanks a lot! I will contact you soon after trying the fix. Anubhav
|
Does Unity.xml need to be there also or only UnityEditor.xml and On Thu, Oct 16, 2014 at 8:59 AM, Matthew Davey [email protected]
|
One for each library, so UnityEngine.xml and UnityEditor.xml ... Just make I will push an update when Unity 5 is available to the public with updated On Friday, October 17, 2014, Anubhav Guha [email protected] wrote:
Matthew Davey 888.632.1993 x700 |
hey i was wondering what info should or should not be contained in each On Fri, Oct 17, 2014 at 11:38 PM, Matthew Davey [email protected]
|
Everything for the UnityEngine needs to be in there, and then everything for the UnityEditor needs to be in its respective file. I dont think I understand what your asking :( |
Hey so looking in the included Unity.xml file I see xml tags with methods or
I took all the M:UnityEngine tags and added them to UnityEngine.xml and all I don't know if maybe I have a path misset or if instead I should put the Thank you very much for your help and let me know if you're still confused. Anubhav On Sun, Nov 9, 2014 at 9:29 PM, Matthew Davey [email protected]
|
let me know if you need more information or clarification. I'd be happy to On Tue, Nov 11, 2014 at 12:31 PM, Anubhav Guha [email protected] wrote:
|
I am unable to get the Unity Documentation to appear in Visual Studio. I took the Unity.xml file included in the Hydrogen Framework/Extras/Visual Studio folder and moved it to Program Files/Unity/Editor/Data/Managed and restarted both Unity and Visual Studio but it does not show the documentation as I am typing like it does in the preview screenshots on the hydrogen site.
The text was updated successfully, but these errors were encountered: