- Home /
Question by
Zshelley · Sep 18, 2015 at 08:30 PM ·
native plugin
Send debug string to unity editor from native plugin in Unity 5.2.X
I have been using the method described here http://hojjatjafary.blogspot.com/ to be able to debug to the unity editor from inside a native c++ plugin. However as of updating to the new native interfaces, this results in crash to desktop.
Is there another way to debug? This was very useful and now I have got nothing. The "Debug" function that comes in the new example does nothing as far as I can tell.
Comment
Your answer

Follow this Question
Related Questions
Native Mac Plugin: EntryPointNotFoundException 2 Answers
How do I insert custom rendering before transparent objects? 0 Answers
Cant run 64-bit dlls (native plugin) 2 Answers
How can I get the correct VR rendering camera matrix in a native render plugin? 0 Answers
IUnityEventQueue - how do I use it? 2 Answers