f111fei / react-native-unity-demo

103 stars 80 forks source link

The type or namespace name `Reporting' does not exist in the namespace #14

Open pandailing opened 6 years ago

pandailing commented 6 years ago
  1. i just simply copy the Build.cs script and encounter this problem, any solution? i got this error: Assets/Scripts/Editor/Build.cs.cs(9,39): error CS0234: The type or namespace nameReporting' does not exist in the namespace UnityEditor.Build'. Are you missing an assembly reference?

  2. the build button require me to change the 'Package Name', what is the package name should i give? thank you

i use Unity 2017.4.3f1

Ralph89 commented 6 years ago

you need the 2017 branch.

They master branch is for 2018

nabeelpkl commented 6 years ago

I had the same issue. try to use latest unity. I used 2018.1.3f1 and there is no such issue

pandailing commented 6 years ago

yeah i need to use 2018. thanks

indahapriana commented 4 years ago

Assets\Rabbits\Demo\Scripts\DemoRabbit.cs(25,1): error CS1022: Type or namespace definition, or end-of-file expected

help me :(