You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the aquarium tutorial (Unity 2021.3.25f1, VS 2019) with Hololens2, when I try to experiment the "CanvasButtonBar" adding Spawner to the Coral button, nothing happens in the play mode. No error in unity. Button is well configured as described in the tutorial
I tried to debug through VS and saw that the Instantiate method
public void SpawnCoral()
{
Vector3 position = new Vector3(.19f, 0, .7f);
Instantiate(coral, position, Quaternion.Euler(0, 180, 0), parent);
}
is doing nothing. Did I miss something?
The text was updated successfully, but these errors were encountered:
Hi,
Testing the aquarium tutorial (Unity 2021.3.25f1, VS 2019) with Hololens2, when I try to experiment the "CanvasButtonBar" adding Spawner to the Coral button, nothing happens in the play mode. No error in unity. Button is well configured as described in the tutorial
![Capture d’écran 2023-12-11 201628](https://private-user-images.githubusercontent.com/3584580/289645358-38488fce-53c5-4839-a9a4-24f8e8d1ff4a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTgxMDQsIm5iZiI6MTczOTIxNzgwNCwicGF0aCI6Ii8zNTg0NTgwLzI4OTY0NTM1OC0zODQ4OGZjZS01M2M1LTQ4MzktYTlhNC0yNGY4ZThkMWZmNGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjAwMzI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjQ2NGFkMGFiZWE3ODljYjE2NmMxMmNlZjY0YTczNGMyYjkzYWE5MmM0MDQ0NDkyMGY4MDk5MTU0OGFlOThlNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.UvJMw35SeK1nQ30EDA6mfLU2qQmLxbHiHpCqwqp2cQ8)
I tried to debug through VS and saw that the Instantiate method
is doing nothing. Did I miss something?
The text was updated successfully, but these errors were encountered: