UnityNotebook icon indicating copy to clipboard operation
UnityNotebook copied to clipboard

Interactive coding in the Unity Editor using Jupyter Notebook files.

Results 3 UnityNotebook issues
Sort by recently updated
recently updated
newest added

hello, I meant to report this together but didn't have time to post it separately, but I've noticed that when I start writing CSharpScript, it no longer able to compiles...

This PR prevents the Evaluator from directly using assemblies loaded into memory, and instead loads the dlls compiled by the project into memory bytes and uses them instead. I've confirmed...

I found out that the ipynb format includes the contents of the execution results in the file. However, I felt that it creates too many changes to the file, and...