sakibguy / worked-issues

arget medi a[rpescriptionmedicie] &ssets[dr] (reeeverse._ax:p)
2 stars 0 forks source link

[ORG] RU-MAKEAPP: error CS0246 #23

Closed sakibguy closed 2 years ago

sakibguy commented 2 years ago

Assets\Scripts\ObjectPooler.cs(28,17): error CS0246: The type or namespace name 'retrun' could not be found (are you missing a using directive or an assembly reference?)

cs0246_1

sakibguy commented 2 years ago

https://support.unity.com/hc/en-us/articles/206116726-What-is-CS0246-

sakibguy commented 2 years ago

Typo

retrun gameObject;

Fixed

return gameObject;