Advanced Search
Search Results
58 total results found
An Introduction to 2D in Unity 5
...w Project Give your project a name, and a location, and select the ... the Inspector tab, change it’s Name from GameObject to Main: Add ... select: `Create / C# Script Rename the script to 'Main' Drag the ...g on: File > Save Scene Rename the Scene to 'Scene1' and click...
Using built-in example code and Reading the hookup diagram
...t is a light. In loop(), as the name suggested, it will loop forever. digitalWrite(LED_BUILTIN, HIGH); means we are writing a command to this component, LED_BUILTIN, digitally, which means on or off only. And we choose HIGH, turn it on. delay(1000); del...
Sending data to Arduino
... Firmata COMP and from Channel Names select valuePin18, next add a ... Null CHOP - I've renamed it "Potentiometer". Activate the operator, then drag and drop the channel in the parameter Pin 9(Servo) in the Firmata COMP. As mentioned before, this is no...
A circle following the mouse
...may seem slightly off. We can remap our mouse values to match those ...dow select "tx" for the Channel Names; This allows us to only remap the tx values. Add a Math CHOP and in the sub-category math "Range" you will see two rows: From Range indicates the...
How to send files to Raspberry Pi using SSH
...e Using Pi Headless Put a file named ssh (with no extension) into t ...'s IP address In Terminal, hostname -I You will see something that ...cal/path/ Tips The default username is usually pi If SSH asks you to confirm the connection the first time, ty...
How to make the Raspberry Pi display a web page fullscreen at power on
...full-screen.sh export DISPLAY=:0.0 xset s off xset -dpms xset s noblank chromium-browser --noerrdialogs --kiosk https://google.co.uk --incognito Create a ...X-GNOME-Autostart-enabled=true Name=kiosk Reboot the Raspberry Pi. sudo reboot now
Steam VR setup Tutorial #2 - Teleporting around your scene
...ck to create a new material and name it "Blue". To keep things tidy, ...er to keep things tidy, let's rename our new game object and place it underneath the "Teleport" prefab. Now let's add the "Teleport Area" script to our new gameObject, please noti...
How to use a Neopixel strip
What is Neopixel? Neopixel is a name given by Adafruit. Neopixel is an addressable LED, meaning that it can be programmed individually. With the library created by Adafruit, you can easily program the Neopixel strip for your project. They come in different siz...
How to build to a Vive Pro or Vive Pro Eye
...ic settings such as the package name and minimum supported Windows version. Under Platforms > Windows > VR, enable "SteamVR" as the target VR platform. Configure VR-specific settings like tracking method (e.g., room-scale, seated) and controller bindings. ...
Bonus round: putting an existing Unity project into git
... folder and select "Copy as Pathname". On Windows hold Shift and Ri ...l look like a text file with no name in the top level folder of your project. [Ll]ibrary/ [Tt]emp/ [Oo]bj/ [Bb]uild/ [Bb]uilds/ Assets/AssetStoreTools* # Visual Studio 2015 ca...
Adding content - 3D model from the internet
...terial in the Assets pane and rename the material to something more ...down menu and then click on the name of the material that you want to assign to that model. Loading a texture A texture is a 2D image file, usually in JPG or PNG format (these are t...
Steam VR setup Tutorial #1 - Player camera setup
...little arrow next to the prefab name, this will unfold/display all the child objects contained inside the player game Object. We are not going to review these elements in this tutorial, however, it is worth noticing that they include both controllers ...
UE Foliage
...assets on a landscape. Like the name suggests, this tool is primarily used for trees and plants, to create scenes which might contain thousands of trees or vast grasslands. This tool saves us the effort of individually placing many assets and automates it ...
How to build to a Meta Quest 2
...ecific settings such as package name, minimum SDK version (recommended to use Android 7.0 or higher), and any required permissions. Under Platforms > Android > APKPackaging, enable "Package For Oculus Mobile Devices." Enter your Oculus app ID obtained from...