Why are some actors invisible?
bladeolson
Member Posts: 295
I have been adding all the elements to my game and for some reason, some of them are invisible even though they are "visible" the stranger thing is that they are just instances of the same elements that are visible? Whats the deal? Is this a bug ? or is there some limitation ?
Thanks,
Thanks,
Comments
1) Check the Alpha value under Color (in your actor's attributes) -- maybe it got accidentally changed from 1 to 0.
2) Do you have many layers? Maybe your actor is actually underneath another element. Go and check your scene layers.
Post the solution when you find out -- I'm interested in knowing what happened.