Skip to content

Commit aa712b6

Browse files
committed
a13 - fix for rare SyphonClientObject rendering issue
1 parent 3377442 commit aa712b6

37 files changed

+55
-21
lines changed

Syphon Implementations/Unity3D/Unity3D-3_5/Read Me.rtf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\f0\fs36 \cf0 Syphon for Unity Pro 4.0 \
88
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural
99

10-
\fs20 \cf0 1.0 Public Beta 2 a12
10+
\fs20 \cf0 1.0 Public Beta 2 a13
1111
\fs36 \
1212
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural
1313

@@ -79,7 +79,10 @@ Syphon for Unity3D - Brian Chasalow (Unity 3D integration and scripting), Tom Bu
7979
\b \cf0 Release Notes:\
8080
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ri-2496\pardirnatural\qj
8181
82-
\b0 \cf0 a12: added SyphonClientTextureProjector script, and made it so that SyphonClientTexture adds the mainTexture on all materials on a gameObject, not just the first\
82+
\b0 \cf0 a13: fix SyphonClientObject issue with not rendering under rare instances due to cachedTexID == 0
83+
\b \
84+
85+
\b0 a12: added SyphonClientTextureProjector script, and made it so that SyphonClientTexture adds the mainTexture on all materials on a gameObject, not just the first\
8386
a11: added a custom resolution syphon example, and fixed a rare threading issue on syphon exit or creation. \
8487
a10: fixed a bug with OnRetireServer crashing with OpenFrameworks servers exiting.\
8588
a9: fixed some Unity 4.2 texture creation and 64 bit issues. uses custom Syphon framework with multithreading changes.\
Binary file not shown.
Binary file not shown.
Binary file not shown.

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonObject/SyphonClientObject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public void DefineSyphonClient(SyphonServerObject server){
9595
RenderTexture.active = attachedTexture;
9696
GL.Clear(false, true, new Color(0, 0, 0, 0));
9797
RenderTexture.active = null;
98+
cachedTexID = -1;
9899
}
99100

100101
InitSyphonClient();

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonUnityPlugin.bundle/Contents.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonUnityPlugin.bundle/Contents/Frameworks.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonUnityPlugin.bundle/Contents/Frameworks/Syphon.framework.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonUnityPlugin.bundle/Contents/Frameworks/Syphon.framework/Headers.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Syphon Implementations/Unity3D/Unity3D-3_5/SyphonUnityExample/Assets/Plugins/SyphonUnityPlugin.bundle/Contents/Frameworks/Syphon.framework/Resources.meta

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)