How can I set a breakpoint in Unity using the source code? Are there any methods?
  • This is only possible if you use ORK's source code in your project instead of the DLLs.
    If you're already using the source code, you should be able to set breakpoints in visual studio if you have the Visual Studio Editor package installed via the Unity package manager.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • I simply put the source code into the Unity project, but when I open the editor interface, it is messed up. I don't know what the problem is.
  • You can't just put the source code in the project - all editor source code has to be under a folder named Editor in Unity to be recognized. Otherwise there should be a lot of errors ...

    So, put the Editor and UnityUIEditor projects into an Editor folder in the Unity project.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank you. I'll give it another try.
Sign In or Register to comment.