3D Printer are in our lives for such a long time now but i actually didn't get in touch with one myself so ... I bought the Anycubic Pursa i3 when it was on sale 🙂 I actually already printed…
Author: stefansigl
IPad Pro/Vuforia/Unity Black Screen Bug
So maybe you also ran into the problem that suddenly with Unity 2017.4.0f1 (or any version below the not yet released Unity 2018.1.0f1) version in combination with XCode 9.3 you get a black screen with Vuforia. You get the following error…
Writing native MacOSX plugins using Objective C for Unity
Im writing this because in the attempt of creating a native plugin using objective c i had some fallbacks, minor ones but still. I hadn't found a clear statement about my problem. My Problem was that i got the EntryPointNotFoundException…
Read More Writing native MacOSX plugins using Objective C for Unity
[uGUI]PanelManager v1.4
The new feature in this Version is First Selected. You now can set the First Selected GameObject on each managed panel. This directly accesses Unity's eventsystem and sets the GameObject in the appropriate slot. This helps especially when creating…
Ran out of Trampolines
If Xcode tells you that you ran out of trampolines and your app crashes, don't worry your application still can jump on your IOS device 😉 If you heavily use recursive Generics (type 1) or like in my case interfaces (type 2)…
[uGUI]Panelmanager v1.3
Just submitted the update v1.3 for the [uGUI]PanelManager to the Unity AssetStore. Lots of bug fixes mostly regarding to calling methods on state change (timing and the ability to remove them again(not just disable)) Also added a feature to fade the transparency…
Dissolve Shader Update
The Dissolve shader got an update. It now supports 2D Sprites. Have fun dissolving stuff in your 2D Game! goto Dissolve Shader
[UGUI]PANELMANAGER 1.23
The fixes in Version 1.23 fixed null selection on add switch panel component fixed not saving the option to show main panel instant added instant option to switch panel component deleted "this." in this.ManagedPanelGUI(Panel); in the uGUIManagedPanels_Editor. VS2013 threw an…
[uGUI]PanelManager 1.2 Released
Version 1.2 is now live in the AssetStore Release Notes: Fixed bug were Methods (before enter state and before leave state) where not called when transition duration was zero Fixed bug in PanelSwitcher component where hiding a hidden panel resulted in…
UGUI Panel Manager 1.1 Release
The 1.1 version of the uGUI Panel Manager is now live in the AssetStore. Version changes: *Moved uGUIMenu.cs to Editor Folder Rename ManagedPanels_Editor.cs to uGUIManagedPanels_Editor.cs *The panelManagers Animatios can now animate panels with fixedDeltaTime so also working with (Pause on ==…