Recent content by Mulciber

  1. M

    Help with shared variables

    Thanks Justin, I thought it was strange that no one else seemed to have these issues and based on what you said i figured out the issue. I use another asset that requires a certain filestructure in unity to build properly. So BD folder was 'Assets > BD' and scripts were located 'Assets >...
  2. M

    Help with shared variables

    Need help with proper way to declare shared variables,reference them, and get values. I started by following the documentation, but it appears to be using outdated code? Just looking to setup a simple Int for starters, which i use as a list index for gamepieces. 1. I created a shared Int under...
Top