Marko Pintera
|
fedd162d57
Various bug fixes relating to new project loading system:
|
10 years ago |
Marko Pintera
|
6b2f3221c5
Added a method for creating a new project
|
10 years ago |
Marko Pintera
|
200ca8179a
WIP project window
|
10 years ago |
Marko Pintera
|
fb10aa71f2
Project Load/Unload (not tested)
|
10 years ago |
Marko Pintera
|
ba56c82eba
When loading a new scene by double clicking an entry in project window, check if we want to save existing
|
10 years ago |
Marko Pintera
|
24bfe213ef
Added serialization for SceneObject transform
|
10 years ago |
Marko Pintera
|
d195e06084
Added prefab importer so that prefabs are recognized by the project library
|
10 years ago |
Marko Pintera
|
087cb42638
Added menu items for builtin components
|
10 years ago |
Marko Pintera
|
734b56a97d
In renderer update per-object buffers just before rendering so that a single buffer can be shared by multiple objects
|
10 years ago |
Marko Pintera
|
8eddad13d2
Added shortcuts for view/move/rotate/scale scene tools
|
10 years ago |
Marko Pintera
|
5b5a6302e5
Added OnEnabled/OnDisabled callback to Component
|
10 years ago |
Marko Pintera
|
ddef406ac9
C# profiler overlay
|
10 years ago |
Marko Pintera
|
fa5e36a9fe
Fixing incorrect normals with disc slider
|
10 years ago |
Marko Pintera
|
b297afa5fb
Rotation handle in pivot mode working nicely
|
10 years ago |
Marko Pintera
|
d8f42b37eb
Properly cleaning up scene on shutdown
|
10 years ago |
Marko Pintera
|
4f09002f28
Fixed an issue where closing & opening the scene window was causing a crash because editor application was holding an instance to the old version
|
10 years ago |
Marko Pintera
|
ed523bc01d
Scene view movement is now only active while in focus
|
10 years ago |
Marko Pintera
|
f85cceb27d
Add basic level load/save method
|
10 years ago |
Marko Pintera
|
2f97794d25
Fixed shutdown so that all managed objects are unloaded before various script manager they may reference are shutdown
|
10 years ago |
Marko Pintera
|
09ea24b888
C# DialogBox class ready to use
|
10 years ago |
Marko Pintera
|
86f54d6527
Mostly finished with the project library import progress bar
|
10 years ago |
Marko Pintera
|
b518d7811b
Drop down & menu bar fixes:
|
10 years ago |
Marko Pintera
|
126035479c
Fixed GUI bound calculation as it was incorrectly using cached layout bounds so it would calculate the wrong bounds if the cached bounds were out of date
|
10 years ago |
Marko Pintera
|
9e0a56737c
Fixed an issue where unsubscribing from a message didn't properly remove the subscription
|
10 years ago |
Marko Pintera
|
558bba0c05
Added runtime script compiling (untested)
|
10 years ago |
Marko Pintera
|
bdc149073b
GUILayout refactor so child layouts properly respect their elements min and max sizes
|
10 years ago |
Marko Pintera
|
e96ede4d3b
GUIElementBase can now have position/bounds too
|
11 years ago |
Marko Pintera
|
3f3075d532
More work on modal windows & progress bar window
|
11 years ago |
Marko Pintera
|
a45a814ea7
Fixed modal windows so they stay in front even if new non-modal windows spawn
|
11 years ago |
Marko Pintera
|
f33b14ebe1
Fixed lag between material updates when rendering GUI
|
11 years ago |