Unity5 Beta14 - UnitySampleAssets.Utility problem

Hello everyone!

I just upgraded my project to Unity5 Beta14. Also installed the new Sample Assets. However when i import “Characters” package to my project it gives me the 2 errors:

Assets/SampleAssets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs(4,25): error CS0234: The type or namespace name Utility' does not exist in the namespace UnitySampleAssets’. Are you missing an assembly reference?

Assets/SampleAssets/Characters/FirstPersonCharacter/Scripts/HeadBob.cs(3,25): error CS0234: The type or namespace name Utility' does not exist in the namespace UnitySampleAssets’. Are you missing an assembly reference?

Any idea about this? Thanks!

Hello,

You have to import the Utility package too.