Unity-Technologies / UniteAustinTechnicalPresentation

Other
762 stars 191 forks source link

Update TextureAnimatorSystem to compile under 2018.1 when !USE_SAFE_JOBS #4

Open vl4dimir opened 6 years ago

vl4dimir commented 6 years ago

When commenting out the #define USE_SAFE_JOBS at the top of the file, the build was failing due to compilation errors. This pull request fixes those issues and makes the demo usable with USE_SAFE_JOBS switched off.