Search Unity

XML parsing and use of Background worker sample project

Discussion in 'Immediate Mode GUI (IMGUI)' started by rasmusbs, Sep 14, 2010.

  1. rasmusbs

    rasmusbs

    Joined:
    Sep 14, 2010
    Posts:
    12
    I created a sample project demonstrating parsing of xml in a seperate thread, and demonstrating of GUI class design.

    You can read the post and download the project here:
    http://plikker.com/?p=113


    I've been using C# as the main language.