Transparent Actor
Is there a way to make a transparent actor? I have two actors in my game that I need present in each scene, but I don't want them sitting there (and none of them are original actors - so I can't easily transfer their behaviors to others on screen). I was planning on making a png image that didn't have anything on it. Last time I tried this, my picture had an image size of 0 which crashed during processing. I scrapped the old project and thought I would never do that again, but now I need to, so I was wondering if there is any way around this issue.
Comments