How to Fix SPSS Installer UI Mode Error

Mark PhilippAll Topics, Support, Tutorial

How to Fix SPSS Installer UI Mode Error

SPSS Visualization Designer is one of the software packages included in our SPSS Statistics Premium packages. Visualization Designer can help you create compelling visualizations for your data, which can be used in other SPSS products. The only problem with Visualization Designer is that it’s an older program. It was last updated in the Windows 7 era, but Windows has launched … Read More

Share this Post

How to Create a Custom Input Manager in Unity C#

kristielAll Topics, Coding & Programming, Tutorial, Unity Game Development

How to Create a Custom Input Manager in Unity C#

Recently, I created a custom input manager for a game I’m making in Unity 3D. Initial research suggested I use Unity’s built-in Input Manager. However, Unity doesn’t have an API to access most of the Input Manager functionality. However, I wanted a menu in my game where the user could set their own key bindings; a common feature in most PC games. Unity’s Input … Read More

Share this Post

How to Create a UI in Unity 3D

kristielAll Topics, Tutorial, Unity Game Development

How to Create a UI in Unity 3D

User interfaces (UI’s) are core features in just about every modern software application. Games are no exception to this rule. The vast majority of games utilizes some form of UI to display information such as health, skills, maps, ammo for a weapon, and more. Unity 3D offers a variety of UI elements that you can use in your game. In … Read More

Share this Post