Skip to content
View Arakade's full-sized avatar

Organizations

@OneGameAMonth
Block or Report

Block or report Arakade

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

  1. Unity3D NonNull attribute + colourin... Unity3D NonNull attribute + colouring PropertyDrawer
    1
    using UnityEngine;
    2
    
                  
    3
    namespace UGS.unityutil.attributes {
    4
    
                  
    5
    	/// <summary>
  2. Blender Python (bpy) code to iterate... Blender Python (bpy) code to iterate raycast until a predicate passes
    1
    import bpy
    2
    import bmesh
    3
    import mathutils
    4
    from math import radians, degrees
    5
    from mathutils.bvhtree import BVHTree
  3. Advent of Code 2020, Day 5 TypeScrip... Advent of Code 2020, Day 5 TypeScript (functional style)
    1
    // Advent of code 2020, Day 5
    2
    
                  
    3
    import fs from 'fs';
    4
    import assert from 'assert';
    5
    
                  
  4. Friend assembly allows access to int... Friend assembly allows access to internals from different assembly! (for Unity Editors or unit tests and when using assembly definition files = .asmdefs)
    1
    /*
    2
     * File "MyInternalClass.cs"
    3
     * in "MyName" assembly (defined by a "MyName.asmdef"):
    4
     */
    5
    
                  
  5. Unity3D / C# coder? Can you guess t... Unity3D / C# coder? Can you guess the answers? What's your score?
    1
    using System;
    2
    using UnityEngine;
    3
    
                  
    4
    namespace UGS {
    5
    	class SizeTesting : MonoBehaviour {