Unity Playworks Plugin window shows errors related to Color and DoTween
This may be caused by a class or enum within your Unity project which may be named Color. This might conflict with the Color
type of the DoTween library.
Possible solution:
- Change your class / enum name from color to a different name, for example: "GameColor".