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 Xavier78 · Mar 10, 2019 at 08:59 PM · recompile

None existent object instance getting updated on recompile while playing.

I have an Input wrapper(IW) management system. Each time the editor recompiles during run time I have to resend these IW to the manager(which I do on OnValidate). When this happens somehow a none existent reference of an IW gets updated, but not the actualy one, which has a keycode of 'A'. This wrong IW has the input keycode 'Q', and when I debug the game object it is attached to it doesn't reference one that is in the scene, but it is named what it should be. At one point I did have 'Q' set as the keycode, but I changed it. What is happening here, and how do I make sure this doesn't happen again?

Comment
Add comment · Show 5
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 Xavier78 · Mar 10, 2019 at 09:04 PM 0
Share

I keep testing more, and this time another input is doing it now. So I have basic controls 'a' = left, 'd' = right, ect, this time both 'a', and 'd' didn't work. The only thing I changed was applying changes to the prefab they were part of.

avatar image Xavier78 · Mar 10, 2019 at 09:15 PM 0
Share

I also get a lot of warnings "The referenced script ($$anonymous$$) on this Behaviour is missing!" when I recompile.

avatar image Xavier78 · Mar 10, 2019 at 09:22 PM 0
Share

Also just realized that the wronge IW's Update() isn't being called. $$anonymous$$aybe it would be better to update it through Update, and not OnValidate()?

avatar image Captain_Pineapple · Mar 10, 2019 at 09:29 PM 0
Share

Hey there,

so far recompilation during runtime has never worked for me. Perhaps depends on your setup. For me restarting is always the only option.

avatar image Xavier78 · Mar 10, 2019 at 11:06 PM 0
Share

Yeah I have been trying to learn how to use it as it seems it would be insanely useful, but this is the main catch up I have faced so far. Unfortunately I can't find any resources about it.

1 Reply

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

Answer by Xavier78 · Mar 10, 2019 at 11:33 PM

Well hope this helps someone else that is in my position.

  1. These IW I was passing to the manager get saved in an array.

  2. Unity must make new copies of MonoBehaviors on recompile, so I was passing an old reference to the array.

  3. There is no easy way to tell if the object is old, you can look at its values, and also it's Update won't be call.

  4. To fix this have a bool that calls something like _checkValues, and then pass the IW on update.

Comment
Add comment · 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

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

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

Playmode script recompilation - static vars lost? 0 Answers

Resource compilation failed! Failed to recompile android resource files. 0 Answers

Serialize array of custom class in custom class 1 Answer

CommandInvokationFailure: Failed to re-package resources 0 Answers

Keep network socket open during play mode recompile 2 Answers


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