EntityComponentSystemSamples
EntityComponentSystemSamples copied to clipboard
Step 9.3 of EntitiesSamples/EntitiesTutorial gives an error on "var tankTransform = GetComponent<LocalToWorld>(Target);"
Workaround is to change the line to "var tankTransform = SystemAPI.GetComponent<LocalToWorld>(Target);"
Edited title is correct but your comment is missing the type. Thanks for the fix!