Skip to content

Instantly share code, notes, and snippets.

View DevCWJ's full-sized avatar
💭
I may be slow to respond.

CWJ DevCWJ

💭
I may be slow to respond.
  • Korea
View GitHub Profile
@DevCWJ
DevCWJ / JsonSerializeWithUniTask.cs
Last active September 14, 2023 14:12
Newtonsoft with UniTask
using System;
using System.Globalization;
using System.IO;
using System.Net.Http;
using System.Text;
using Cysharp.Threading.Tasks;
using Newtonsoft.Json;
@nemotoo
nemotoo / .gitattributes
Last active October 24, 2025 14:20
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf
@darktable
darktable / SavWav.cs
Created April 6, 2012 05:01
Unity3D: script to save an AudioClip as a .wav file.
// Copyright (c) 2012 Calvin Rien
// http://the.darktable.com
//
// This software is provided 'as-is', without any express or implied warranty. In
// no event will the authors be held liable for any damages arising from the use
// of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it freely,
// subject to the following restrictions: