Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by darkhog · Mar 30, 2015 at 01:39 PM · errornoob

C# initializing array of structs error

Hello,

I feel like I'm hitting a wall here. I'm trying to initialize array of structs that contain data for where exactly objects in my level editor should go. Unfortunately it's not gonna happen because:

error CS1519: Unexpected symbol `}' in class, struct, or interface member declaration

The code is as follows and according to this SO answer: http://stackoverflow.com/a/309540/1046871 it should work (Unity uses C# 4 or so I was told).

 public static Category[] categories = new Category[] {
         new Category() {
             name = "Level Objects",
             objects = new CategoryObject[] {
                 new CategoryObject() {
                     name = "Cube",
                     iconName = "cube_ico",
                     prefabName = "cube_prefab"
                 },
                 new CategoryObject() {
                     name = "Cylinder",
                     iconName = "cylinder_ico",
                     prefabName = "cylinder_prefab"
                 }
             }
         }
     }

Can someone help me? Obviously CategoryObject and Category are structs.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by _met44 · Mar 30, 2015 at 01:46 PM

Do you have a semicolon at the end of it in your script ?

If so, comment everything out then uncomment each part after the other until the error shows up again. That should help you find what you missed !

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image darkhog · Mar 31, 2015 at 12:27 PM 0
Share

You're a lifesaver, you know? How could I not notice missing semicolon? Though error reports should be more on point than "error CS1519: Unexpected symbol `}' in class, struct, or interface member declaration". But it's not your fault. It's $$anonymous$$$'s. Like everything that is going bad.

avatar image _met44 · Mar 31, 2015 at 12:34 PM 0
Share

After a while you get used to what errors mean to the parser ;)

This one is either wrong amount of brackets or missing semicolon that breaks parsing, your brackets count was ok so... you got the idea ^^

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

20 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

error with learning script 2 Answers

Greater than and less than syntax problem 1 Answer

need help with simple c# movement script 1 Answer

Parsing Error at End of Script? 0 Answers

Error : Object reference not set to an instance of an object body.Update 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges