Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  A caution
#1
A caution massage is displayed:
Assets\Obi\Scripts\Actors\ObiCloth.cs(78,14): warning CS0108: 'ObiCloth.Awake()' hides inherited member 'ObiClothBase.Awake()'. Use the new keyword if hiding was intended.

What should I do?
Reply
#2
(13-04-2019, 02:45 PM)Richard Wrote: A caution massage is displayed:
Assets\Obi\Scripts\Actors\ObiCloth.cs(78,14): warning CS0108: 'ObiCloth.Awake()' hides inherited member 'ObiClothBase.Awake()'. Use the new keyword if hiding was intended.

What should I do?

Why do you keep asking the same question over and over again? You got an answer when you asked at the first time:
http://obi.virtualmethodstudio.com/forum...hp?tid=876

Then you asked again and I mentioned the answer:
obi.virtualmethodstudio.com/forum/showthread.php?tid=1024

Now again.

Just do what josemendez told you to do: http://obi.virtualmethodstudio.com/forum...25#pid2825
Reply