LPGameDevs / EditarrrPublic

Public repo for level editor tools in Unity
MIT License
11 stars 2 forks source link

Achievement restriction #192

Closed EndocrineMSc closed 1 year ago

EndocrineMSc commented 1 year ago

Added a method that checks if the current player isn't the level's creator and whether the level is already published. Otherwise no progress towards achievement thresholds is counted and no achievements can be unlocked.

This was done to prohibit players unlocking achievements/ accruing progress towards achievements while play-testing their levels during creation of those levels.