Skip to content
View andmedpin's full-sized avatar
πŸŽ‡
πŸŽ‡

Highlights

  • Pro

Block or report andmedpin

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Basic Wwise types for Unity Cheat Sh... Basic Wwise types for Unity Cheat Sheet.cs
    1
    //Make a Public Variable
    2
    public AK.Wwise.Bank soundBank;
    3
    public AK.Wwise.Event soundEvent;
    4
    public AK.Wwise.RTPC rtpcName;
    5
    
                  
  2. Posting Messages to the Wwise Profil... Posting Messages to the Wwise Profiler from the Unity Inspector.cs
    1
    //Make a Public Variable
    2
    public string message;
    3
    public AkMonitorErrorLevel errorLevel;
    4
    
                  
    5
    void Start()
  3. WaapiProjects WaapiProjects Public

    Experimenting with Waapi Scripts

    Python

  4. TechnicalArts_MayaTools TechnicalArts_MayaTools Public

    Repository that contains all the scritps I did from my Tech Arts Diploma

    Python

  5. query_unrealEngine_properties.py query_unrealEngine_properties.py
    1
    import unreal 
    2
    
                  
    3
    unreal.log("Hi Unreal by AMP")
    4
    
                  
    5
    # Load an Anim Sequence Asset
  6. TripleX TripleX Public

    A Basic Math Game Made with C++

    C++