majora2007 / CerebralAcademy

Design for Learning in Virtual Worlds class project.
0 stars 2 forks source link

Still need to enable debug to be able to use Cognitive Abilities. #35

Open bkha1 opened 11 years ago

bkha1 commented 11 years ago

There seems to be an error regarding ManabarTexture.

majora2007 commented 11 years ago

This error always occurs on a push. It is due to how prefabs work. You'll have to reattach it everytime. On Apr 19, 2013 10:43 PM, "bkha1" notifications@github.com wrote:

There seems to be an error regarding ManabarTexture.

— Reply to this email directly or view it on GitHubhttps://github.com/majora2007/CerebralAcademy/issues/35 .

majora2007 commented 11 years ago

If anyone has time, they can permanently fix this by looking into [Serialize] attribute for Prefabs. Basically, the connection between the two prefabs is not being saved (due to the variable not being specified that it needs to be serialized) and this [] flag should fix it. [Serialize] is not the actual flag name.