Unity-Technologies / EntityComponentSystemSamples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 9.3 of EntitiesSamples/EntitiesTutorial gives an error on "var tankTransform = GetComponent<LocalToWorld>(Target);"

MagiJedi opened this issue · comments

Workaround is to change the line to "var tankTransform = SystemAPI.GetComponent(Target);"

commented

Edited title is correct but your comment is missing the type. Thanks for the fix!