Malimbe icon indicating copy to clipboard operation
Malimbe copied to clipboard

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.

Results 18 Malimbe issues
Sort by recently updated
recently updated
newest added

### Environment * Code source: GitHub * Code version: 9.7.0 * Platform version: 2020.2.7f1 * 3rd party dependencies: `"com.unity.nuget.mono-cecil": "1.10.1"` #### Not Recreatable in: * Unity 2019.4.36f1 * Unity 2020.1.17f1...

bug

I'm looking for a way to port existing weavers, especially the famous [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged), to Malimbe. I've added an entry to the FodyWeavers.xml and naively dropped the netstandard2.0 .dll from the...

### Feature request draw a button for method decorated with [ContextMenu] ### Example The following would draw a button with face text “Do transform”. When pressed it will call DoTransform()....

### Environment * Source of VRTK (Unity Asset Store or GitHub). https://github.com/ExtendRealityLtd/VRTK.git * Version of VRTK (Unity Asset Store/GitHub release number) (GitHub master commit hash). master #12df6d9 * Version of...

The release build process currently doesn't build the new documentation folder into the release. Also, the Documentation folders and all markdown files will need Unity .meta files. Create a Unity...

enhancement
chore

At the moment there is no documentation of how the build process for Malimbe works. From what I can tell I am able to clone the project, open it in...

chore

### Environment * Version of Malimbe (Github release number) (Github branch and commit hash) v9.4.2 * Version of the Unity software (e.g. Unity 2018.3) 2019.1.1f1 ### Steps to reproduce Open...

* Get rid of `InspectorEditor`. * Use `Undo.postprocessModifications` to notice changes done. * Set the backing field to `previousValue` if Unity already changed it. * Call the setter, passing `currentValue`....

Unity doesn't sort scripts into a nice collapsible folder structure based on the namespace in the component picker. ![image](https://user-images.githubusercontent.com/1029673/53245277-32b90200-36a5-11e9-8ef1-ee09f8d30aca.png) They rely on an `[AddComponentMenu]` attribute to be added to each...