https://github.com/eagleeggs/daydream
Unity3d Editor Asset - Inline script editor based on kodelife's code overlay style [Stable]
https://github.com/eagleeggs/daydream
csharp shaders unity3d unity3d-asset unity3d-editor
Last synced: 2 months ago
JSON representation
Unity3d Editor Asset - Inline script editor based on kodelife's code overlay style [Stable]
- Host: GitHub
- URL: https://github.com/eagleeggs/daydream
- Owner: eagleEggs
- License: mit
- Created: 2018-03-14T01:46:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T04:10:42.000Z (about 7 years ago)
- Last Synced: 2025-02-13T22:16:54.765Z (4 months ago)
- Topics: csharp, shaders, unity3d, unity3d-asset, unity3d-editor
- Language: C#
- Homepage:
- Size: 38.1 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dayDream    
Load a script into game view and edit it live on a code overlay with your effects rendering in realtime in the background.
#### Setup
You can either load the Asset Package from this repository, or attach the scripts manually (Documentation in progess).#### Warning
Make backups!!! This tool literally overwrites the file you specify to overlay in game view. You may accidentally lose data.#### Controls
While in Game View (Play Mode):
```
CTRL+Z = Load Shader script into dayDream (Do this initially to see code)
CTRL+X = Save changes (Will update it live)
CTRL+R = Reload Shader to it's original code (losing all changes) - Useful for fixing broken shader
CTRL+C = Randomly change color of text
CTRL+V = Randomly change color of code background
CTRL+B = Toggle background behind the code
CTRL+D = Toggle dayDream overlay on/off```
#### Examples


#### Notes
Check out Kodelife! It's awesome!!! https://hexler.net/software/kodelife