Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

unity

  1. C

    Unity Ways for Procedural Asset Generation

    Hello coding community! I am looking into a potential creative outlet to help discover myself and form a positive relationship with my ambitions. A little about myself before the question, I am a novice Python coder that has experience in basic unity. I love blender, and I am a huge user of...
  2. I

    Developing an AR indoor navigation app on flutter.

    Hi everyone! hope everyone's doing well I was wondering if anyone could help me with creating an AR indoor navigation app I'm not exactly sure what softwares to use I'm very new to app development however I am using dart (flutter) and android studio to develop the app but I heard unity is...
  3. L

    C# GameObject[] error

    Hi, I'm a beginner and recently this error popped up on me, do you know how to fix it? PS: I wanted to program a motion animation (according to the tutorial). Error name: GameObject[] does not contain a definition for GetComponent and no available GetComponent extension method was found that...
  4. DictatorPanda

    C# Issue with a Class in Finite State Machine (Unity)

    Good day/night! I've been working on making a Match 3 game in Unity for a project and I'm 99% done but there is an issue. After the player makes a match, the pieces aren't falling to fill the empty squares and I'm not sure what the reason is. Disclaimer: This is a HW assignment where I had to...
  5. Mkane08

    C# Automatic savepoint

    Hello, I started a game development business, and we are very close to our first game release. We chose a written choose-your-own-adventure type of game, but one of the things we're going to add is a savepoint. Our game is as non-linear as possible and the choices branch out like a family...
  6. D

    C# Overriding Emission Color - Happy New Year!

    Happy New Year Guys! So I decided it would be a good idea to make a script that lets me control emission, so I can make neon signs and such, I wanted to add Pulsing, Blinking etc, I started with this snippet of code I found below, but it doesn't work :( First I attach the same material thats...
  7. benny282

    C# HELP!

    I am wrinting a script for a FPS game and it is giving me error: CS1061 Here is the code i am using: using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour { public Rigidbody2D theRB; public float moveSpeed...
Back
Top Bottom