Search Unity

Looking for a little help with a unity -> c#.net application

Discussion in 'Editor & General Support' started by AlanGreyjoy, Mar 1, 2017.

  1. AlanGreyjoy

    AlanGreyjoy

    Joined:
    Jul 25, 2014
    Posts:
    192
    So I am making a database editor application for Atavism MMORPG framework (its on the asset store).

    I am trying to grab the OLEObject data from a drap and drop operation from unity to my application, but a lot of the data is null or garbage.

    Has anyone done this before?

    Example:
    I drag a gameobject from the editor in unity to my application, and grab the x,y,z values from it.

    Anyone done or have some experience they want to share?

    Thanks!