We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8282326 commit 6d1dc65Copy full SHA for 6d1dc65
Tests/Unity.Tests/Assets/Scripts/GameObjects/CloningAGameObject.cs
@@ -1,7 +1,7 @@
1
using System;
2
using UnityEngine;
3
-using System.Collections.Generic;
4
-#if !XBOX
+using System.Collections.Generic;
+#if !XBOX || !WINDOWS_PHONE
5
using FluentAssertions;
6
#endif
7
@@ -18,7 +18,7 @@ void Start () {
18
void Update () {
19
if (!tested.HasValue) {
20
tested = true;
21
22
GameObject go = new GameObject();
23
CloningHelper help = go.AddComponent<CloningHelper>();
24
help.val = 100;
0 commit comments