Skip to content
View calderarchinuk's full-sized avatar
Block or Report

Block or report calderarchinuk

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. Unity Editor Assistant. Adds a conte... Unity Editor Assistant. Adds a context-sensitive right-click menu, automatically disables auto-generate lightmaps
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    using UnityEditor;
    5
    using System.Reflection;
  2. fork of https://github.com/EdyJ/blen... fork of https://github.com/EdyJ/blender-to-unity-fbx-exporter. added option to export each object to a separate file
    1
    bl_info = {
    2
    	"name": "Unity FBX format",
    3
    	"author": "Angel ""Edy"" Garcia (@VehiclePhysics)",
    4
    	"version": (1, 2, 3),
    5
    	"blender": (2, 80, 0),
  3. ScriptingComponents ScriptingComponents Public

    Unity components for basic gameplay scripting

    C# 1

  4. A simple Unity editor window that wi... A simple Unity editor window that will create the folders and files for a upm package
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    using UnityEditor;
    5
    using System.IO;