ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

Malimbe.XmlDocumentationAttribute problem in Unity #61

Closed castana1962 closed 4 years ago

castana1962 commented 4 years ago

Hi I am making a Unity project with VTRK in Unity and I am having an error. This is the following Malimbe.XmlDocumentationAttribute: The field 'VRTK.Prefabs.Interactions.InteractorVisibilityModifier.InteractorVisibilityModifierFacade/UnityEvent VRTK.Prefabs.Interactions.InteractorVisibilityModifier.InteractorVisibilityModifierFacade::Shown' is annotated to be documented by XML documentation comments but none were found. For it, Could you help me with it? Thanks for your time Alejandro

bddckr commented 4 years ago

The mentioned property is documented as you can see here: https://github.com/ExtendRealityLtd/VRTK.Prefabs/blob/bbc0e6d814b019ee2d48dd0834f4a6345fccce37/Interactions/InteractorVisibilityModifier/SharedResources/Scripts/InteractorVisibilityModifierFacade.cs#L26-L28

As such you should check the version of that package you have installed, and maybe attempt a reinstall.

Closing as this does neither belong into this repo (Malimbe is just a tool the mentioned VRTK.Prefabs project uses), nor is it reproducible as seen in the code snippet above. If you continue having issues with this I suggest opening an issue on VRTK.Prefabs and following the bug report template (i.e. giving us some form of steps or sample project that reproduces the issue, while using the latest version of that package).