Skip to content

drostar/UnityIntelliSenseDocumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity IntelliSense Documentation

XML Documentation that enables IntelliSense code hints for the Unity game engine libraries.

NOTE: Unity 5.2 (and onward) now has decent XML files built-in so these files are obsolete. If you're using an older version of Unity then read on.

Instructions

Copy the XML files into your Unity program folder in the following locations:

UnityEngine.xml and UnityEditor.xml → C:\Program Files (x86)\Unity\Editor\Data\Managed
UnityEngine.UI.xml → C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.1
UnityEditor.UI.xml → C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.1\Editor

OR

Run the appropriate script file (mac_copyall.sh for Mac users, win_copyall.bat for Windows users) to copy the files from the current directory to the appropriate Unity application directories for you.

Note for use with VSTU / UnityVS

If you are using Visual Studio Tools for Unity (formerly UnityVS) then you’ll also need to copy all XML files into the project’s Library/UnityAssemblies subfolder. You’ll need to do this for each project with UnityVS after generating the Visual Studio project files.

You can use the Unity editor script provided in Editor/ImportXmlDocsForUnityVS.cs to make that process a little easier. Copy the Editor folder (containing the script file) into your project's Assets folder and an "XML Docs" menu item will appear. Note that because it is an editor script, it must be located in an Editor subfolder within your Unity project. Click the "XML Docs → Import XML Docs for UnityVS" menu item and it will copy the files from the Unity application directories into the Library/UnityAssemblies subfolder for you.

About

XML Documentation that enables Intellisense code hints for the Unity game engine libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published