Skip to content

Instantly share code, notes, and snippets.

@ThinhHB
Created May 1, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThinhHB/538700f1bc36294441d7daa09f2f25b5 to your computer and use it in GitHub Desktop.
Save ThinhHB/538700f1bc36294441d7daa09f2f25b5 to your computer and use it in GitHub Desktop.
[CreateAssetMenu(fileName = "MovementConfig", menuName = "GameConfiguration/PlayerMovement", order = 1)]
public class MovementConfig : ScriptableObject
{
public float movingAcceleration;
public float limitMovingSpeed;
public float jumpSpeed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment