- Home /
Scripting Help
I am fairly new to Scripting. Even though I have been working with Unity for 7 months I have just done little things with Scripting. I have looked up and read some of the fundamentals. But I am here to ask. How would I be able to do these? And if I could get some help on these. If you could, I would like some scripts for these. Javascript would be appreciated but C# is good too. And maybe even Boo
Whether or not a camera is able to see a certain object (that is, the object is within the camera's view, not obstructed).
If the camera is able to see the object as above, how close to the center of the cameras views the object is.
If the camera is not able to see the object as above, whether or not the camera is "facing" the object (that is, if the object is within the camera's viewing area, even though the camera is unable to "see" it due to obstacles, slopes, hills, if you are underwater, Ect..)
There will be several enemies.
The enemies should be able to move on a terrain with Hills, ponds, ect..
The enemies would be able to spawn behind, in front, and beside the player at a certain radius.
The player will collect items from several locations in the forest that will spawn randomly.
After each paper is collected the enemies will become more persistent in appearing around the player. And with each paper collected the enemies will appear closer, and behind corners.
The enemies will be able to spawn bottoms of hills and at the top of hills (in front of player and behind).
When the papers are collected a book will appear as a GUI texture.
After each paper the book will become more completed, and when all the papers are completed a chapter will form, and a new level will load.
Each level will have pages that will compose chapters in the book.
Once the book is finished, a new level will load.
Thanks.
It sounds like you should go look for a programmer to join a $$anonymous$$m of yours on the unity forums. No one's realistically going to post/make your source code for you, unless they're going to be on a $$anonymous$$m.
This is a long long list of requests. Just AI is a mouth full. It almost sounds like you want someone to write the game for you! Better to work on one task at a time, doing extensive search for each and using the Code Reference provided by unity. I know i have answered a number of these for others, i know you can find answers to most if not all of these if you just do a quick google search...
How would I be able to do these?
program$$anonymous$$g :)
here u can learn javascript fundamentals here quick and ez
Answer by Screenhog · Aug 15, 2012 at 06:47 PM
Pick one from your list. Learn how to do that, or ask that question individually on Unity Answers.
Your answer