Open bkha1 opened 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 .
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.
There seems to be an error regarding ManabarTexture.