This question was
closed Feb 26, 2016 at 06:27 AM by
elenzil for the following reason:
The question is answered, right answer was accepted
Question by
elenzil · Feb 26, 2016 at 06:21 AM ·
inspectorpluginnative pluginc++
plugin inspector not working for OSX bundle
I've got the world's simplest test plugin in C compiling to a bundle in xcode and included in my Unity project, and it works like a charm when running in the Unity IDE or when compiled to an OSX Desktop app.
but I'd like not to include this file in other builds, like WebGL or iOS. however when i select the .bundle in the project navigator (the .bundle is actually a folder), the inspector panel keeps displaying whatever was most recently shown - scene, image, .CS source, whatever.
i'm sure i'm missing something obvious.
Comment
Best Answer
Answer by elenzil · Feb 26, 2016 at 06:27 AM
derp - i need to select it in the right-hand panel of the project-navigator, not in the left-hand panel.