Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 Majestijn · Jan 14, 2018 at 10:03 PM · listscriptableobjectlistsscriptable objectabstract

List keeps emptying itself

Hello,

I have been running into a problem where (I think) a list keeps emptying itself.

So I have a base class called CustomBehaviour. It derives from the ScriptableObject class and is abstract. From this CustomBehaviour class I create child classes in which I can write behaviour code for NPC's (MineCrystals).

Lastly, I have a Unit script which has a list of CustomBehaviours and in the update it loops through that list and for every CustomBehaviour it find in the list it calls the Execute() function. This is the function in which the behaviour code is.

Base class, CustomBehaviour: https://hastebin.com/uxiwosinap.cs

Behaviour class, MineCrystals: https://hastebin.com/akibicakam.cs

Unit class:https://hastebin.com/qivejobuci.cs

Now the problem lies within the MineCrystal class. It has a list of CrystalMine that i set in the OnEnable function. The two Debug.Logs after that at line 24 and 25 return the mines perfectly.
However, the two Debug.Logs in the Execute() function at line 31 and 32 keep returning null, like the list has emptied itself.

I have already checked it the mines in the scene do not get deleted by accident but they don't.

What could cause this?

Thanks in advance!

Comment
Add comment · Show 1
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 jdean300 · Jan 15, 2018 at 03:34 AM 0
Share

When you say the calls in Execute() return null, are you saying that m_$$anonymous$$inesList is null or that the element m_$$anonymous$$inesList[0] is null?

What is the value of m_$$anonymous$$inesList.Count at the end of OnEnable()? Inside Execute()?

Are you sure that Execute() is being called after OnEnable()?

0 Replies

· Add your reply
  • Sort: 

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

76 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 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 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 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

Scriptable object sub-classes list 1 Answer

A node in a childnode? 1 Answer

Help: items not getting added to list. 1 Answer

Error from declaring List within ScriptableObject 1 Answer

How to compare a string in a list with a gameobject.name from another list of gameobjects 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