Blacksmith Environment 'Profiler' error?

Hello,

I recently imported the Unity Blacksmith Environment asset into my project, and 24 errors saying “The name ‘Profiler’ does not exist in the current context,” have popped up.

I’m relatively new to Unity and have not had to fix any console errors before, could someone perhaps let me know how I can fix these errors and make the asset/game playable?

add using UnityEngine.Profiling;

I’m having this problem too. I am new to Unity and I’m not sure how to fix it.

doesnt work for me…