Door that loads levels easier.

Hey guys,

Hey i have this platform that has two doors on it… The doors are about a couple feet away(game spacing or whatever) and i have two cubes on the right and left. But both cubes are children of 2 Game Object (create empty, CTRL+SHIFT+N)… ok so if 1 is the left cube, 2 is the the bridge with 2 doors and 3 is the right box (just to help you understand the positioning) Well i want my character to be walking on the left cube. But if he goes through the closet door and passes through it then the left cube disappears… If my character goes through the door again then it reappears. If i go through the door on the right, then the cube on the left disappears but the right cube appears. Is it possible to make it a script out of this? i have no skill of scripting. if anybody can i greatly appreciate it.

Vampire

What you’re describing doesn’t seem that hard to do. Just a little rendering and un-rendering OnTriggerEnter, and OnTriggerExit.

It only takes a short time to complete some tutorials. Anyone human or Vampire can pick up scripting after a week or two of hardcore tutorial training.

What will you do next time you need a script? Learning how to script is more rewarding than a tall glass of blood.

Well can you suggest any tutorials to get started=]?