I'm using the 3.5 flash demo to see if I should buy the flash plugin for Unity 4. I get errors like:` Copy\Temp\StagingArea\Data\ConvertedDotNetCode\global\WeaponSelectScreen.as(608): col: 242 Warning: Migration issue: * is not a dynamic class. Instances cannot have members added to them dynamically.`
I need help finding which line these errors refer to. I started out assuming that the number in brackets (608) referred to the line number and the col:242 referred to the column. They are related somehow, but don't correspond to the line number in monodevelope at all.
How do I use those numbers to figure out where the error is?
↧