Skip to content
View koster's full-sized avatar

Block or report koster

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Movement a la balatro Movement a la balatro
    1
    // This is sort of like Balatro does it's movement
    2
    // add this component 
    3
    // tweak smoothTime/MaxVelocity
    4
    // set targetPosition
    5
    
                  
  2. Make text mesh pro do the sine wave! Make text mesh pro do the sine wave!
    1
    // add this to a textmeshpro text
    2
    // <link=wave>sinewaveee!</link>
    3
    // ^ do this to mark the wavy text
    4
    // tweak frequency/amplitude
    5
    
                  
  3. CI/CD for itch.io CI/CD for itch.io
    1
    # builds unity webgl build and uploads it to itch
    2
    # you'll need an itch.io butler for this
    3
    # https://itch.io/docs/butler/login.html
    4
      
    5
    import os
  4. Screen shake a la balatro Screen shake a la balatro
    1
    // put this on your camera
    2
    // example usage in code:
    3
    // if (Input.GetMouseButtonDown(0))
    4
    //    UpdateScreenShakeSetting(screenShakeSetting);        
    5
    
                  
  5. A compact loc system that needs no s... A compact loc system that needs no setup
    1
    // Just create a bunch LocString's anywhere
    2
    // change Loc.language and you're done
    3
    
                  
    4
    
                  
    5
    
                  
  6. Example implementation of a leaderbo... Example implementation of a leaderboard manager using Playfab
    1
    // a leaderboard manager!
    2
    // you'll need a playfab account for this
    3
    // https://playfab.com/
    4
    
                  
    5