Skip to content
View marcotmp's full-sized avatar

Block or report marcotmp

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. BehaviorTree BehaviorTree Public

    A Behavior Tree implementation for unity

    C# 1

  2. CameraEffect.cs CameraEffect.cs
    1
    using UnityEngine;
    2
    
                  
    3
    // Attach this code to the camera
    4
    public class CameraEffect : MonoBehaviour
    5
    {
  3. ShootVR ShootVR Public

    A game created for the codecamp talk

    C#

  4. Handle listeners for multiple button... Handle listeners for multiple buttons in Unity
    1
        [SerializeField] private Button[] buttons;
    2
        private ListenerHandler[] listeners;
    3
    
                  
    4
        public class ListenerHandler
    5
        {
  5. returntohome returntohome Public

    Return To Home - Game created for the Global Game Jam 2019, Santo Domingo RD

    C# 1

  6. Code to send email from unity using ... Code to send email from unity using a Google account.
    1
    using System.ComponentModel;
    2
    using System.Net;
    3
    using System.Net.Mail;
    4
    using System.Net.Security;
    5
    using System.Security.Cryptography.X509Certificates;