Pinned Loading
-
Unity3D NonNull attribute + colourin...
Unity3D NonNull attribute + colouring PropertyDrawer 1using UnityEngine;
23namespace UGS.unityutil.attributes {
45/// <summary>
-
Blender Python (bpy) code to iterate...
Blender Python (bpy) code to iterate raycast until a predicate passes 1import bpy
2import bmesh
3import mathutils
4from math import radians, degrees
5from mathutils.bvhtree import BVHTree
-
Advent of Code 2020, Day 5 TypeScrip...
Advent of Code 2020, Day 5 TypeScript (functional style) 1// Advent of code 2020, Day 5
23import fs from 'fs';
4import assert from 'assert';
5 -
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 -
Unity3D / C# coder? Can you guess t...
Unity3D / C# coder? Can you guess the answers? What's your score? 1using System;
2using UnityEngine;
34namespace UGS {
5class SizeTesting : MonoBehaviour {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.