For this code im getting an error saying:"BCE0043: Unexpected token: 2.0f.
" > if> (Physics.Raycast(myTransform.position,> -transform.up, out hitInit, 2.0f, initPosMask.value)) {extra code in> here}
And for this code here im getting this error "BCE0043: Unexpected token: break. and BCE0043: Unexpected token: yield.
"
> var break : yield;
Thanks for your time
↧