Unity 4.6.7f1, 2.0....
 
Notifications
Clear all

Unity 4.6.7f1, 2.0.7 version import error

4 Posts
2 Users
0 Reactions
801 Views
(@mininox)
Posts: 17
Eminent Member
Topic starter
 

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

 
Posted : 22/08/2015 4:00 pm
(@skaredcreations)
Posts: 806
Prominent Member Admin
 

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

 
Posted : 22/08/2015 9:12 pm
(@mininox)
Posts: 17
Eminent Member
Topic starter
 

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.

 
Posted : 23/08/2015 6:37 am
(@skaredcreations)
Posts: 806
Prominent Member Admin
 

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

 
Posted : 23/08/2015 11:45 am
Share: