Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Unity OpenGL Native Plugin (basic source code)

Discussion in 'Scripting' started by Przemyslaw_Zaworski, Oct 17, 2018.

  1. Przemyslaw_Zaworski

    Przemyslaw_Zaworski

    Joined:
    Jun 9, 2017
    Posts:
    300
    Link to source code in video description.
    Procedural Unity logo generated from external fullscreen GLSL fragment shader.
    Native Plugin *.cpp file has less than 200 lines of code.
    You can insert your own pixel shaders into char* FragmentShader, recompile and play.
    Run editor with -force-opengl option to enable OpenGL core rendering.