1. CombuDemoMessages.cs error;
140line
eventTrigger.triggers = new List<EventTrigger.Entry>();
eventTrigger.triggers.Add(entry);
and
CombuDemoShop.cs (95Line , 122Line).
2. Demo Example Scenes, All Empty,
Unity Hierarchy clean.
Answer Please. Thank you
The demo scenes are only runnable in Unity 5 because the scene files format are not compatible with Unity 4 and the Unity UI have been slightly changed.
But the Combu core functionality works both with Unity 5 and with Unity 4, it's only that I wrote the demo scenes in Unity 5 (the demo scripts are also valid except for the UI related code).
FRANCESCO CROCETTI @ SKARED CREATIONS
Thank you Answer.
Other Problem.
Prefabs => CombuManager.prefab is error. Unity 4.6.7 , I Can not be used.
In unity 4.6 version, so I hope 100% available.
Neither the .prefab file format is compatible with Unity 4, the same way it is for scene files. Anyway the prefab is just a GameObject with CombuManager script attached so you can create it yourself in your scene.
FRANCESCO CROCETTI @ SKARED CREATIONS