how do I call variables inside a unity project with eclipse

#In unity 4 there is an eclipse project export function for android export…

  1. but how do I call variables inside unityscript with eclipse?

  2. To be specific, I have a new shriken particle system in my unity project. I want to call the a variable inside it through eclipse and change it through runtime. Is it possible?

Any related responses are welcomed. Since I am new to eclipse and don’t quite understand how the eclipse project works in unity4. Thanks!

Instead of working with eclipse, why don’t you just script inside unity? ;D i work with android games for some time and i NEVER EVER needed it, you can change the entire runtime routine through unity scripts