Posts

Showing posts with the label C#

Verbot 5 for Unity 3D: Coming Soon

Image
Great News I am very happy to announce my new project, Verbot 5 for Unity 3D .  What is a Verbot? Verbots (Verbally Enchanted Software Robots)  is a popular chatbot  program and Artificial Intelligence Software Development Kit (SDK) for the Windows platform and for the web, created by Dr. Michael Mauldin and Peter Plantec . More at: http://www.web3.lu/verbots/ How can I use a 3D model in a conversation? If you use assets similar to these: SALSA RT-Voice You will have a much better dialogue. Is there any software that uses Verbot?   Verbot 5 player is a great program to test your chatbots made in the Verbot Knowedgebase Editor . If you access this link , in the comments part, you can find very useful links. Where can I find the Verbot manual? The manual can be found on this site . If you want to download the file, visit this tutorial . Where can I get the source code?   At the moment the project is under...

AIML(Program #) for Unity 3D v2 - Upgrade!

Image
AIML(Program #) for Unity 3D v2 - Upgrade! You can find the project here: https://github.com/JeffersonReisPro/aimlbot-for-unity3d You can find the tutorial here: https://github.com/JeffersonReisPro/aimlbot-for-unity3d/wiki Features Web Support Save and load user data. (name, age, country and etc ..)

Save and load a byte Array in Unity 3D

Image
This example demonstrates how to save and load a "byte array" with more than 200,000 elements using "PlayerPrefs" (Unity 3D) relatively quickly.      When you save or load a "byte array" very large, the game may freeze a bit and then back to normal.      In this example we are saving and loading an image. The greater the height and width of the image, the greater will be the "byte array" and the greater will be the game freezing time.      You can modify this example to save other types of array (string, int, float, etc ...).     License:      CC0 1.0 Universal (CC0 1.0)      Public Domain Dedication       https://creativecommons.org/publicdomain/zero/1.0/ Comments on english https://gist.github.com/JeffersonReisPro/cd0637b741e40655474eda4ae8cc923d Comments on pt-br(Brazilian Portuguese) http://pastebin.com/py5HgXjr

AIML(Program #) for Unity 3D - Tutorial

Image
You can find the project here: https://github.com/JeffersonReisPro/aimlbot-for-unity3d You can find the tutorial here: https://github.com/JeffersonReisPro/aimlbot-for-unity3d/wiki --//-- VocĂȘ pode encontrar o projeto aqui: https://github.com/JeffersonReisPro/aimlbot-for-unity3d VocĂȘ pode encontrar o tutorial aqui: https://github.com/JeffersonReisPro/aimlbot-for-unity3d/wiki