As the title mention, is possible?
2 Answers
2Yes. For answers, type each question separately into google or the search box above, then read the results.
@lakkiarash could you take a screenshot of the inspector, while you've selected the alien? :) Just want to check the settings. Also, does the bullet or alien have a rigidbody attached?
– RiiichSo can i just safely assume that it is possible to do anything @ run-time?
Yes, for the most part, yes. There are cases, of course, that push the boundaries of science; for instance, you can't do real-time raytracing. But anything ordinary? Yes.
– CHPedersenTry to google your requests as well. I just wrote "unity", then copy-pasted the exact phrasing of your question, i.e. the sentence "unity is it possible to access files from local remote system via web players", hit search, and it took me to this: http://answers.unity3d.com/questions/12002/file-io-on-a-server-file-from-the-web-player.html Google really is an amazing tool, you don't even need to be that careful about your phrasing, you'll often get results from actually asking it the same thing you'd ask a human being. USE IT.
– CHPedersen
... If you're asking whether it's possible to load a file or change the camera angle at runtime, I think we can safely assume the answer is yes. Doing custom things at runtime is what the entire scripting system is there for. You have to know how to program, though.
– CHPedersenIt depends on the type of file. Images are easy. XML less so.
– Waz