Pinned Repositories
Unity_ImageFilters
ImageFilters.cginc includes some functions or kernels for image filtering.
Unity_Metaball2DDrawer
Draw 2D meta-ball with fragment shader.
Unity_NormalVisualizerWithGizmo
Visualize normal on vertex or surface with Gizmo.
Unity_OverReaction
Deform mesh like a cartoon.
Unity_SceneCameraController
Control a camera or any other object like SceneView camera.
Unity_StarGlow
Simple star-glow effect.
Unity_Texture2DArrayGenerator
Texture2DArrayGenerator provides function or editor to make a Texture2DArray.
Unity_TransparentWindowManager
Make Unity's window transparent and overlay on desktop.
Unity_XGUI
Utilities to make a lot of IMGUI(OnGUI). It is easy & fast.
UnityShaderProgramming_01_Sample
このリポジトリは資料「Unity Shader Programming Vol.01」用のリポジトリです。
XJINE's Repositories
XJINE/Unity_TextShader
TextShader draw your text as ImageEffect (with fragment shader).
XJINE/Unity_DomeMaster
DomeMaster is an ImageEffect to make Cubemap into DomeMaster format.
XJINE/Unity_ProceduralButterflyAnimation
XJINE/Unity_DitherTransparentSample
Transparent with Dithering (without AlphaBlend).
XJINE/Unity_CubemapCamera
CubemapCamera just makes Cubemap RenderTexture.
XJINE/Unity_Extensions
Include some small extensions for Unity.
XJINE/Unity_CubemapGenerator
Generate cubemap image.
XJINE/Unity_DomeMasterCamera
DomeMasterCamera makes DomeMaster image with smallest camera sets, without Cubemap.
XJINE/Unity_FrameRateChecker
Simply calculate and show frame-rate.
XJINE/Unity_ExhibitionSceneLoader
ExhibitionSceneLoader provides helper GUI to load the first scene. The selected scene will be started after a few seconds and saved int your setting file.
XJINE/Unity_ObjectManagementSystem
ObjectManagementSystem provide a quite simple logic to manage object counts and the references.
XJINE/Unity_ActiveStateManager
Manage objects active state.
XJINE/Unity_BoundsMonoBehaviour
BoundsMonoBehaviour regards its transform as Bounds, and which provides some functions of the Bounds.
XJINE/Unity_CherryStromScene
XJINE/Unity_LensGhost
Lens ghost ImageEffect.
XJINE/Unity_MathCginc
Math.cginc includes some defined values and functions about math.
XJINE/Unity_MipMapTestTextureGenerator
Visualize mip levels of objects.
XJINE/Unity_MipMapViewer
Show mipmap image.
XJINE/Unity_NoteComponent
NoteComponent is a simple component to add a note into your GameObject. It will be removed when the scene start.
XJINE/Unity_NyanCatLookingGlass
NyanCat app for Looking Glass.
XJINE/Unity_RotateFlip
ImageEffect to rotate and flip an image.
XJINE/Unity_Slack
SlackAPI and SlackManager provides easy way to post some messages or upload file into Slack.
XJINE/Unity_SyncSceneCamera
Sync scene camera to game camera.
XJINE/Unity_XDebug
XDebug has Debug class and it will replace UnityEngine.Debug. The (X)Debug class will keep logs with these time and the tag.
XJINE/CS_SerializerUtility
XJINE/Unity_BoundsCaptureCameraVisualizer
XJINE/Unity_ForceReserializeHelper
Helper tool for ForceReserialize assets.
XJINE/Unity_IListEx
IListEx provieds IList extension methods.
XJINE/Unity_UNetworkManagerGUI
GUI of Unity_UNetworkManager.
XJINE/Unity_XRangeAttribute
XRangeAttribute hide a RangeAttribute and show the default GUI when set into a non-int or float field. Default