ousttrue
|
2546535118
|
ImporterContextExtensions.cs
|
2021-02-16 19:39:07 +09:00 |
|
ousttrue
|
0f513f3341
|
remove obsolete
|
2021-02-16 19:27:19 +09:00 |
|
ousttrue
|
fb78dfbd9d
|
TemporarySynchronizationContext
|
2021-02-16 19:23:40 +09:00 |
|
ousttrue
|
96c01397ce
|
Merge pull request #748 from ousttrue/fix/runtime_load
AsIEnumerator で同期的に Task を消化するのができてない。応急処置
|
2021-02-16 16:21:06 +09:00 |
|
ousttrue
|
f19c1b4698
|
AsIEnumerator で同期的に Task を消化するのができてない。応急処置
|
2021-02-16 16:16:56 +09:00 |
|
ousttrue
|
df8e554be9
|
Merge pull request #744 from ousttrue/feature/refactor_textureitem
Feature/refactor textureitem
|
2021-02-15 17:13:30 +09:00 |
|
ousttrue
|
da7d1db04d
|
dispose, new
|
2021-02-15 13:57:05 +09:00 |
|
ousttrue
|
745631be1d
|
mv
|
2021-02-15 13:51:01 +09:00 |
|
ousttrue
|
912664768f
|
merge MaterialItemBase to MaterialFactory
|
2021-02-15 13:49:49 +09:00 |
|
ousttrue
|
693cc665c2
|
Separate TextureFactory from MaterialFactory
|
2021-02-15 13:44:30 +09:00 |
|
ousttrue
|
48f51d33a7
|
TextureItem.CopyTexture to TextureConverter.CopyTexture
|
2021-02-15 13:31:09 +09:00 |
|
ousttrue
|
e1d3647181
|
Editor スクリプトで UnitySynchronizationContext.Exec をキックする対策
|
2021-02-15 13:21:01 +09:00 |
|
ousttrue
|
56772ff03d
|
fix
|
2021-02-12 22:01:58 +09:00 |
|
ousttrue
|
6f3d3e3f2b
|
fix deadlock
|
2021-02-12 21:48:47 +09:00 |
|
ousttrue
|
c7e0191685
|
CreateMaterialAsyncFunc
|
2021-02-12 21:22:46 +09:00 |
|
ousttrue
|
590fec1cdc
|
GetTextureParam.cs
|
2021-02-12 20:36:15 +09:00 |
|
ousttrue
|
d45589600b
|
mv TextureItem
|
2021-02-12 20:34:20 +09:00 |
|
ousttrue
|
153ec536e6
|
TextureItem to MaterialFactory.GetTextureAsync
|
2021-02-12 20:32:05 +09:00 |
|
ousttrue
|
c26ea50e6a
|
remove ITextureLoader.ProcessOnAnyThread
|
2021-02-12 17:17:13 +09:00 |
|
ousttrue
|
92138a80ff
|
new AssetTextureLoader
|
2021-02-10 22:08:35 +09:00 |
|
ousttrue
|
d2fd56ef51
|
TextureLoader.cs を class 別に分解
|
2021-02-10 21:59:52 +09:00 |
|
ousttrue
|
2edee1e7b5
|
MaterialFactory.Dispose
|
2021-02-10 21:24:10 +09:00 |
|
ousttrue
|
95a5dd50cb
|
Merge pull request #739 from ousttrue/feature10/refactor_materialimporter
Feature10/refactor materialimporter
|
2021-02-10 21:10:19 +09:00 |
|
ousttrue
|
1951da782b
|
整理
|
2021-02-10 20:23:47 +09:00 |
|
ousttrue
|
8bd8c461d2
|
ファイル分割
|
2021-02-10 20:19:25 +09:00 |
|
ousttrue
|
e2b2495e1c
|
* MaterialImporter を MaterialItem に分解
* MaterialImporter を interface から delegate に格下げ
* UniUnlit の導入により不要になった ShaderStore を削除
|
2021-02-10 20:14:13 +09:00 |
|
ousttrue
|
c2de8bbe89
|
move MaterialImporter.cs
|
2021-02-10 18:24:54 +09:00 |
|
ousttrue
|
958f02ac73
|
作業準備。Material/Texture 関連を MaterialFacotry に移動
|
2021-02-10 18:19:24 +09:00 |
|
ousttrue
|
2ba6b4fc31
|
MaterialImporter.GetTextureFunc を引数に
|
2021-02-10 17:51:15 +09:00 |
|
ousttrue
|
b0998eada8
|
remove IMaterialImporter
|
2021-02-10 17:41:35 +09:00 |
|
ousttrue
|
2532eb5c05
|
Merge pull request #738 from ousttrue/version/v0_67_0
v0.67.0
|
2021-02-10 14:51:31 +09:00 |
|
ousttrue
|
e1367461a2
|
v0.67.0
|
2021-02-10 14:49:43 +09:00 |
|
ousttrue
|
056a70aab9
|
Merge pull request #737 from ousttrue/feature/prepare_tmpparent
m_tmpParent
|
2021-02-10 14:42:12 +09:00 |
|
ousttrue
|
f1fc97f449
|
root の mesh check
|
2021-02-10 14:31:51 +09:00 |
|
ousttrue
|
bbec3b8579
|
m_tmpParent
#736
|
2021-02-10 14:27:39 +09:00 |
|
ousttrue
|
a796c400c7
|
Merge pull request #736 from ichi-23/fix/null_reference_after_export
Fix/unintended null reference after exporting
|
2021-02-10 13:35:44 +09:00 |
|
ichi23
|
6d89d7c794
|
set Copy to child before destroying tmpParent
fix
|
2021-02-10 13:17:48 +09:00 |
|
ousttrue
|
dcf9608e86
|
Merge pull request #734 from ousttrue/feature/simplify_unijson
Feature/simplify unijson
|
2021-02-09 19:46:22 +09:00 |
|
ousttrue
|
efc42ef66d
|
Merge pull request #735 from amamagi/fix/typo
Fix typo (VRMFirstPerson)
|
2021-02-09 19:45:53 +09:00 |
|
amamagi
|
cb14663a2a
|
fix typo
|
2021-02-09 19:42:49 +09:00 |
|
ousttrue
|
cdc9d73d36
|
未使用の Generics 関数を削除。関連するテストの修正
|
2021-02-09 15:32:27 +09:00 |
|
ousttrue
|
c2ffda92dc
|
MsgPack と Json を共用にするための Generics ListTreeNode を 単純な型 JsonNode で置き換え
|
2021-02-09 15:15:38 +09:00 |
|
ousttrue
|
8c8f39059a
|
msgpack, toml関連を除去
#682
|
2021-02-09 14:58:07 +09:00 |
|
PoChang007
|
39d54ce7d3
|
Merge pull request #725 from ousttrue/fix10/unity_editor_preview
fix UNITY_EDITOR
|
2021-02-03 15:43:27 +09:00 |
|
ousttrue
|
80938f0121
|
fix UNITY_EDITOR
|
2021-02-03 15:42:08 +09:00 |
|
PoChang007
|
dc58ec7914
|
Merge pull request #724 from ousttrue/fix10/fix_simpleviewer
use SetWeight
|
2021-02-03 15:37:08 +09:00 |
|
ousttrue
|
047894a5d7
|
use SetWeight
|
2021-02-03 15:35:25 +09:00 |
|
PoChang007
|
4f10a44cc1
|
Merge pull request #709 from ousttrue/feature10/vrm10_viewer
add VRM10Viewer sample
|
2021-02-03 15:10:47 +09:00 |
|
PoChang007
|
f6688659d3
|
Merge pull request #720 from ousttrue/fix/springbone_scaling
Fix/springbone scaling
|
2021-02-03 15:10:11 +09:00 |
|
PoChang007
|
1cbee1e6c5
|
Merge pull request #721 from ousttrue/version/v0_66_0
Version/v0 66 0
|
2021-02-03 15:09:11 +09:00 |
|