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.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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.