'PathType' does not contain a definition for 'CatmullRom'
« on: September 28, 2015, 10:34:55 PM »
I am getting this error as I try to compile. Below is a screen shot of my version and the code. You can see in my code SS that PathType isn't showing a definition for CatmullRom.

Code SS: http://puu.sh/krAOY/38c824befb.png
Build Version SS: http://puu.sh/krASx/b3cae5b466.png

Re: 'PathType' does not contain a definition for 'CatmullRom'
« Reply #1 on: September 28, 2015, 10:41:52 PM »
Nevermind. I found it. PathType is incompatible with the QuickCutsceneCreator plugin on the assetstore.

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: 'PathType' does not contain a definition for 'CatmullRom'
« Reply #2 on: September 28, 2015, 11:36:36 PM »
Hi! That can be because of two reasons:
  • Both DOTween and QuickCutsceneCreator have a PathType enum/class, but they have different namespaces, so you will simply have to write the full namespace next to PathType (in those classes where you imported both namespaces)
  • Both DOTween and QuickCutsceneCreator have a PathType enum/class, but QuickCutsceneCreator has no namespaces, thus it will "eat" any other asset which has a PathType enum/class. Let me know if this is the case, because it would be a mistake by QuickCutsceneCreator's author, in which case you should write him to ask him to add namespaces (and I'll write him too).

Cheers,
Daniele

Re: 'PathType' does not contain a definition for 'CatmullRom'
« Reply #3 on: October 12, 2015, 12:10:04 AM »
It definitely is case #2.

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: 'PathType' does not contain a definition for 'CatmullRom'
« Reply #4 on: October 12, 2015, 12:29:02 AM »
I just wrote a mail to the author of Quick Cutscene Creator.

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: 'PathType' does not contain a definition for 'CatmullRom'
« Reply #5 on: October 12, 2015, 12:27:33 PM »
Quick Cutscene Creator's author replied to me already and said he's gonna implement the fix immediately and re-submit it. So it should be all good in a few days :)