Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to call an activity in eclipse from Unity script?

Discussion in 'Android' started by Milan_cool, Feb 24, 2011.

  1. Milan_cool

    Milan_cool

    Joined:
    Jan 24, 2011
    Posts:
    22
    Hai guys,
    I want to call an activity in Eclipse or pass data to Eclipse from my Unity.That is,information about a GameObject in unity etc.How to do this??Help plzzzzzz!!
     
  2. robhuhn

    robhuhn

    Joined:
    Jun 21, 2009
    Posts:
    113
    Plugins. There are dozen of threads in the forum, so you should find some help if you search the forum for 'plugin'.
     
  3. diptiananthan

    diptiananthan

    Joined:
    Jan 21, 2011
    Posts:
    21
    Hi Robhuhn,

    Thanks a lot for replying..I tried making the unity project a library of my eclipse project and then accessing,but its not working.Now I have created a jar file of my eclipse project and added to the Plugin folder.But when I try to open it,its showing 'failed to open Main-class' attribute.What to do?How can i access data from it without opening it even?