c#

RetailStar Lite Point of Sale Software Using C#, SQLite/PostgreSQL

Submitted by David Tuikong on
Easy to Install & intuitive user interface Works right out of the box with minimal configuration Quick Sale Mode, Sell to Existing Customer or Add New Customer on the Fly. Cash Drawer Management: Know the exact amount that should be in the Cash drawer at any Time! Use any Standard Barcode Scanner. Staff Management and access control levels Product Management Extensive Inventory Management and

Creating Main Menu – Creating Scenes, Controllers, Main Menu Canvas, and Slicing Sprites

Submitted by razormist on

Creating Scenes

In the Unity environment you will notice an Untitled object in the Hierarchy area. That is the name of the scenes by default, to change it just simply press ctrl + s and save it as Main Menu. tut6

Creating Controllers

Now that we have the main menu scene we will now create Controllers for the game. The Controllers are game objects that handle some methods that be needed in the game later.

Cannon Siege Tutorial - A Classic Arcade Game for Android/IOS

Submitted by razormist on
Learn on how to create a simple game called Cannon Siege using a Unity Game Engine and a C# script. Unity is a cross-platform game engine developed by Unity Technologies. Unity is a multipurpose game engine that supports 2D and 3D graphics, drag-and-drop functionality and scripting using C#. It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices.