Search Issue Tracker
Active
Votes
0
Found in [Package]
2.0.0a5
Issue ID
BOLT-772
Regression
No
Instantiate prefab - no script running on ios
[Original Issue|https://support.ludiq.io/communities/5/topics/3902-instantiate-prefab-no-script-running-on-ios] - Pending Review
----
Hello,
Bug that seems related with prefab.
1. Create a 2D sprite "Flight" - Create a prefab from it
2. Create an empty game Object "Board" and attach a flow machine that instantiates 2 "Flights".
3. Open "Flight" prefab and attach a flow machine that change positions of "flights" at start.
4. Generate C# scripts : "Script generation succeeded. 2 graphs were converted to C#".
5. Build for iOS :
6. Start project on XCode (10.1)
7. Building on iOS iphone
8. The 2 instiantiated objects stay at the position provided in instantiate. The script with "local position don't work".
- It's the same result if I had a cooldown between "start" and "local Position" or if I try to do other things on the Flight prefab script.
- But, if I put the prefab directly in the scene. The script works.
Thx,
Vincent
Bolt Version:
2.0.0a5
Unity Version:
2018.3.9f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
Add comment